Home

Awesome

vscode-just

license ci Gitmoji

VSCode syntax highlighting extension for the just language.

Contents:

Features

Basic syntax highlighting for just files:

Note: Unlike previous iterations of VSCode just extensions, this extension does not provide command running capabilities from VSCode.

<img src="./assets/example.png" style="max-width: 75%;" />

Known Issues

This extension does simple and/or best effort syntax highlighting. It is not intended to be 100% comprehensive, but rather provide a good enough experience for most users. That being said, if you find a bug or missing feature, please open an issue or a pull request.

Nesting and scoping

Since expressions can have deep nesting and we cannot tell the scope based on indentation or other markers, we run into the following issues. These are limitations of TextMate grammars and is not easily fixable.

Publishing

This extension is not available on open source marketplaces (for now). If you are using an open source build of VSCode, you might need to install the extension manually. To do so:

  1. Navigate to the latest release and download the .vsix file.
  2. Copy the file to your .vscode/extensions directory.
  3. Install via the command line: code --install-extension .vscode/extensions/vscode-just-X.Y.Z.vsix

Release Notes

See CHANGELOG.md.

Roadmap

Outstanding:

Completed:

Beyond

Contributing

See CONTRIBUTING.md.

References