aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/typescript/highlights.scm
Commit message (Collapse)AuthorAge
* Refactor queries for ecma based languages (#7207)Gammut2023-07-09
|
* Highlight query improvements for java and typescript (#7145)Gammut2023-05-26
| | | | | * Add missing queries to java highlights * Fix generic type bracket highlights in typescript
* Update typescript grammar and queries (#4703)Gabriel Dinner-David2022-11-11
| | | | | | | | | * fix(grammars): update treesitter grammar and queries * add override keyword * Update runtime/queries/typescript/highlights.scm Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* Inherit javascript/typescript from common 'ecma' queries (#3301)Michael Davis2022-08-03
| | | | | | | JavaScript queries now contain a few lines that prevent them from being used whole-sale in typescript with `; inherits: javascript`. Here we follow nvim-treesitter's way of using a fake 'ecma' language as a common base for JavaScript and TypeScript to share as much as we can.
* JS/TS highlighting improvements (#3219)Philipp Mildenberger2022-07-27
|
* Introduce storage highlighting for typescript/javascript (#2961)Jake Langford2022-07-06
|
* Add typescript support & ts/js indentation queriesBlaž Hrastnik2021-06-01