Change history for the Purus VS Code extension (otoneko1102.purus).
- Fixed logo URL in README (now references puruslang/assets)
- Fixed LICENSE link in README-ja.md
- Added permissions: contents: write to release workflow
First stable release as a standalone repository, migrated from the otnc/purus monorepo.
- Syntax Highlighting — full TextMate grammar for
.purus,.cpurus,.mpurus- Keywords, operators, strings (
///...///and//;...;//), comments, numbers, regex blankkeyword highlighted as wildcard
- Keywords, operators, strings (
- Snippets — 30+ code snippets (
fn,const,if,for,switch,class,str, etc.) - File Icons — custom Purus icon for
.purus,.cpurus,.mpurusfiles - Language Configuration — comment toggle (
--), auto-close ([],///,//;), kebab-case word pattern - Diagnostics — real-time linting with error/warning highlights
- Folding — indent-based code folding
- Node.js ≥ 22 required (for built-in analyzer)