feat(vscode): syntax highlighting — TextMate grammar #48
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "vscode-highlighting"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Second VSCode subsystem, on the foundation (#44). Fills the stub TextMate grammar with a rich, contextual grammar mapped to standard scopes, so any theme colors it without a bundled theme. Tested with
vscode-tmgrammar-testinline assertions (5 fixtures).Covers comments (
;), the 17 keywords,.point/._temp/--crease/$instanceentities, construction openers (--(etc.),@-commit /!/=operators, anddef/stepdefinition names.--is deliberately never a comment. Definition-vs-use coloring is left to the LSP's semantic tokens.Built and reviewed task-by-task with a whole-branch review.