jplus-support
v0.0.3
Published
Provides syntax highlighting and basic support for the J+ programming language.
Readme
J+ Language Support for VS Code
This extension adds syntax highlighting and basic language support for the J+ programming language in Visual Studio Code.
Features
- Syntax highlighting for
.jplusfiles - Code snippets for common J+ constructs
- Basic language configuration for comments, brackets, and keywords
Installation
You can install the extension from the VS Code Marketplace (coming soon!) or manually:
# Download the latest .vsix file from the releases/ folder
# Then install it in VS Code with:
code --install-extension path/to/jplus-extension.vsixUsage
Open .jplus files to see syntax highlighting and use snippets. Use Ctrl+Space for code completions.
License
MIT License
Repository
https://github.com/stetupdev/vscodeextension
