Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/shashi278/cobol-lang-syntax

vscode extension for COBOL
https://github.com/shashi278/cobol-lang-syntax

Last synced: 24 days ago
JSON representation

vscode extension for COBOL

Awesome Lists containing this project

README

        

# Cobol-Lang-Syntax

COBOL-Lang-Syntax enhances the COBOL programming experience in VSCode. This extension provides syntax highlighting, coloring, brackets auto-completion, code folding for COBOL code.

COBOL-Lang-Syntax understands files with the .cob, .cbl and .cpy as COBOL files.

## Features
COBOL-Lang-Syntax provides the following COBOL syntax related features:

### Syntax Highlighting

The extension enables syntax highlighting for COBOL code.

![Files-Cobol](https://raw.githubusercontent.com/shashi278/cobol-lang-syntax/master/screenshots/files_cobol.png)

### Syntax Coloring

Contrasting colors are used in displayed code for ease of identifying and distinguishing keywords, variables, and paragraphs.

![Loops-Cobol](https://raw.githubusercontent.com/shashi278/cobol-lang-syntax/master/screenshots/loops_cobol.png)
![Strings-Cobol](https://raw.githubusercontent.com/shashi278/cobol-lang-syntax/master/screenshots/strings_cobol.png)