Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/shashi278/cobol-lang-syntax
- Owner: shashi278
- License: mit
- Created: 2020-08-27T10:18:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-31T03:02:13.000Z (about 4 years ago)
- Last Synced: 2024-10-31T07:07:36.777Z (2 months ago)
- Size: 1.3 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)