ProXPL VS Code Extension
Official language support for ProXPL.
Features
- Syntax Highlighting: Supports keywords, types, operators, and comments.
- Snippets: Quick boilerplate for
main function and control flow.
- Language Configuration: Smart brackets, auto-closing pairs, and indentation.
Installation
To test locally:
- Open this
extension/ folder in VS Code.
- Press
F5 to open the Extension Development Host.
- Open or create a
.prox file to see the extension in action.
Development
- Grammar resides in
syntaxes/proxpl.tmLanguage.json.
- Snippets are defined in
snippets/proxpl-snippets.json.
- General settings are in
language-configuration.json.
| |