···11+# Superplan Language Support
22+33+Minimal VS Code language support for Superplan
44+55+## Features
66+77+- Syntax highlighting
88+- Comment support (`;`)
99+- Bracket matching
1010+- String highlighting
1111+- Keyword/type/operator highlighting
1212+1313+## File extension
1414+1515+Use `.spl` for Superplan source files.
1616+1717+## Install locally
1818+1919+From this folder:
2020+2121+```bash
2222+code --install-extension .