Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dkelosky/vscode-ibm-hlasm
IBM HLASM Highlighting
https://github.com/dkelosky/vscode-ibm-hlasm
Last synced: 3 months ago
JSON representation
IBM HLASM Highlighting
- Host: GitHub
- URL: https://github.com/dkelosky/vscode-ibm-hlasm
- Owner: dkelosky
- License: mit
- Created: 2018-11-02T12:32:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:00:41.000Z (about 2 years ago)
- Last Synced: 2024-10-08T19:32:18.087Z (4 months ago)
- Language: TypeScript
- Size: 1.2 MB
- Stars: 11
- Watchers: 5
- Forks: 4
- Open Issues: 14
-
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-assembler)](https://marketplace.visualstudio.com/items?itemName=kelosky.ibm-assembler)
[![license](https://img.shields.io/github/license/dkelosky/vscode-ibm-hlasm)](https://github.com/dkelosky/vscode-ibm-hlasm)# HLASM Highlighting Extension for VS Code
Minimum featured HLASM highlighter and LSP extension for VS Code.
> Tip: Add editor configuration in `user.settings` to highlight continuation column, e.g. `[hlasm] : { "editor.rulers" : [71, 72, 80]},`
## Acknowledgements
Special thanks to [CoderCoco](https://github.com/CoderCoco) for creating the base version of this extension!
Thanks to [mhammack](https://github.com/mhammack) for extra updates!
## Features
Go to definition via `Ctrl + click` or `F12`.
Highlighting and symbol resolution via `Ctrl + Shift + O`:
![Highlighting](./docs/images/symbols.png)
## Contributing
`npm run build:syntax` to convert `.yaml` to required `.json`.