mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
highlights(typescript): Fix as highlight
This commit is contained in:
parent
d43de223c7
commit
ef24c633f6
2 changed files with 10 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
"satisfies"
|
||||
] @keyword
|
||||
|
||||
(as_expression "as" @keyword)
|
||||
|
||||
; types
|
||||
|
||||
(type_identifier) @type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue