Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkelosky/vscode-ibm-jcl
IBM Job Control Language (JCL) Highlighting
https://github.com/dkelosky/vscode-ibm-jcl
Last synced: 3 months ago
JSON representation
IBM Job Control Language (JCL) Highlighting
- Host: GitHub
- URL: https://github.com/dkelosky/vscode-ibm-jcl
- Owner: dkelosky
- License: mit
- Created: 2018-11-05T12:34:45.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:29:08.000Z (about 2 years ago)
- Last Synced: 2024-10-08T19:34:19.588Z (4 months ago)
- Language: TypeScript
- Size: 1.95 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[![downloads](https://img.shields.io/visual-studio-marketplace/d/kelosky.ibm-jcl)](https://marketplace.visualstudio.com/items?itemName=kelosky.ibm-jcl)
[![license](https://img.shields.io/github/license/dkelosky/vscode-ibm-jcl)](https://github.com/dkelosky/vscode-ibm-jcl)# JCL Highlighting Extension for VS Code
Minimum featured JCL highlighter and LSP extension for VS Code.
> Tip: Add editor configuration in `user.settings` to highlight continuation column, e.g. `"[jcl]" : { "editor.rulers" : [71, 72, 80]},`
## Features
Basic highlighting and symbol resolution `Ctrl + Shift + O`:
![Highlighting](./docs/images/example.png)
## Contributing
`npm run build:syntax` to convert `.yaml` to required `.json`.