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]},
Special thanks to CoderCoco for creating the base version of this extension!
Thanks to mhammack for extra updates!
Go to definition via Ctrl + click
or F12
.
Highlighting and symbol resolution via Ctrl + Shift + O
:
npm run build:syntax
to convert .yaml
to required .json
.