Skip to content

studio-b12/goat-vscode

Repository files navigation

goatfile

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.

Features

Syntax Highlighting

This extensions provides a very rudimentary syntax highlighting for .goat files.

Manual Installation

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

Release Notes

0.3.0

  • Added [Auth] block highlighting.
  • Optimized [Script] block end detection.

0.2.0

  • Added block comment /// ... enter action.

0.1.0

  • Added compatibility for execute statements added in goat v0.13.0.
  • Migrated to YAML syntax notation.
  • Optimize syntax tokenization.

0.0.0

Initial pre-release of this extension.


© 2023 B12-Touch GmbH https://b12-touch.de

Covered by the MIT License.

About

Visual Studio Code extension adding language support for Goatfiles.

Resources

License

Stars

Watchers

Forks

Packages

No packages published