This is the Visual Studio Code extension adding language support for Goatfiles.
Warning
This extension is currently not published on the VSCode marketplace. Therefore, see section Manual Installation on how to install this extension.
This extensions provides a very rudimentary syntax highlighting for .goat
files.
You can download the latest release VSIX package from the Releases page. Simply download the .vslx
and import it using the Extensions: Install from VSIX...
command in VSCode.
If you want to use the latest version from the source, you can simply clone the repository to your .vscode/extensions
directory.
git clone https://github.com/studio-b12/goat-vscode.git "$HOME/.vscode/extensions/goatfile"
If you are using VSCode Insiders, you need to use the following command.
git clone https://github.com/studio-b12/goat-vscode.git "$HOME/.vscode-insiders/extensions/goatfile"
If you are using Windows, you might want to use the following command.
git clone https://github.com/studio-b12/goat-vscode.git %USERPROFILE%\.vscode\extensions\goatfile
- Added
[Auth]
block highlighting. - Optimized
[Script]
block end detection.
- Added block comment
/// ...
enter action.
- Added compatibility for
execute
statements added in goat v0.13.0. - Migrated to YAML syntax notation.
- Optimize syntax tokenization.
Initial pre-release of this extension.
© 2023 B12-Touch GmbH https://b12-touch.de
Covered by the MIT License.