Syntax highlighting for the Rey programming language (.rey).
- Keywords, types, and builtins highlighting
- Strings, numbers, booleans, and
//comments - Function declarations and calls
- Open the
rey-vscode/folder in VSCode. - Press
F5to launch an Extension Development Host. - Open a
.reyfile in the dev host and verify highlighting.
- Package the extension:
npx @vscode/vsce package
- Install the produced
.vsix:code --install-extension rey-lang-0.0.1.vsix
When published, search for Rey or rey-lang by rey-language in the VSCode Extensions view.