An open API service indexing awesome lists of open source software.

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.

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)