Syntax highlighting and editor tooling for the Kopi programming language.
Features
- Syntax Highlighting for Kopi source files (.kopi)
- Keywords highlighted:
let, def, if, else, while, for, return, break, continue
- Built-in Functions highlighted:
print, read, len, range, type, str, int, float, bool, and more
- Comments, Strings, Numbers, and Operators properly highlighted
- Auto-closing Brackets and Bracket Matching
Installation
This extension is available in the VS Code Marketplace. Search for "Kopi Language Support" or install from the command line:
code --install-extension Kopi.kopi-language-support
Usage
Once installed, simply open any .kopi file and syntax highlighting will be applied automatically.
Learn More
Visit the Kopi GitHub Repository to learn more about the language and see examples.
License
MIT
| |