confuscript-vscode
VS Code syntax highlighting for Confuscript (.notjs).
TextMate grammar covering keywords (null, if, else, while, print, void),
booleans, console.input, strings, numbers, comparison/arithmetic/assignment
operators, and \ line comments.
Install
From the VS Code Marketplace:
code --install-extension KeshavBiswa.notjs
Or search "Confuscript" / "notjs" in the Extensions view (Cmd+Shift+X).
Local install (without the marketplace)
cp -r . ~/.vscode/extensions/notjs-0.1.0
Reload VS Code. .notjs files will be recognized as the notjs language.