https://github.com/dannymcgee/vscode-ts-grammar-extended
Adds recognition of class variables by naming convention as a workaround for the lack of semantic highlighting in VS Code.
https://github.com/dannymcgee/vscode-ts-grammar-extended
Last synced: about 2 months ago
JSON representation
Adds recognition of class variables by naming convention as a workaround for the lack of semantic highlighting in VS Code.
- Host: GitHub
- URL: https://github.com/dannymcgee/vscode-ts-grammar-extended
- Owner: dannymcgee
- Created: 2019-08-11T20:19:44.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-08T22:25:57.000Z (over 4 years ago)
- Last Synced: 2025-03-06T06:51:53.226Z (2 months ago)
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# TypeScript Grammar Extended
This extension adds a handful of features to VS Code's default TypeScript grammar.
**Features:**
- Variable, import/export, and function identifiers in PascalCase will be tokenized as class names (workaround for VS Code's lack of support for semantic syntax highlighting, which will [hopefully be fixed soon](https://github.com/microsoft/vscode/issues/585))
- Object values in the format of ``template: `...` `` will be tokenized as embedded HTML (useful for 'inline' templates in Angular components and Angular Storybook stories)