Adds language support for Forgscript
- Syntax highlighting
- Underline next step
- Highlight next action
To install copy this folder to $HOME\.vscode\extensions
, and it should enable automatically.
This extension contributes the following settings:
forgscript.underlineNextStep
: Specifies whether to underline the next step(s) of the program (where the forg will jump next)forgscript.highlightNextAction
: Specifies whether to highlight the next action the program will take (the next command that is not a '.' or ignored)
Support for highlighting next action
Initial release