Releases: guilherme-gm/vscode-herc-lang-support
Releases · guilherme-gm/vscode-herc-lang-support
v0.3.1
Added
- Auto-generated docs of all script commands in Herc's script_commands.txt
- Variable autocomplete
Changed
- Recoded the script parser in Tree-Sitter instead of ANTLR, this improved code analysis a lot.
- Removed dev dependencies from release package. (reduced its size)
v0.2.0
- Split into Client and Language Server.
Added
- License (MIT)
Changed
- Big structural change to run in client/server mode
- Fixed
package.json
information
v0.1.0
- Initial release
- Syntax Highlighting
- A small set of commands included in autocomplete and signature helper