teal-language / vscode-teal

Teal language support for Visual Studio Code
MIT License
76 stars 11 forks source link

Highlight types located next to `as` and `is` #24

Open pdesaulniers opened 3 years ago

pdesaulniers commented 3 years ago

In this screenshot, Node should be highlighted as a type:

image

In this screenshot, the second PrettyPrintOpts should also be highlighted as a type:

image