chore(typescript,tsx): update parser and queries

This commit is contained in:
Amaan Qureshi 2024-01-31 10:56:51 -05:00
parent 6da205148f
commit 90327d9e73
2 changed files with 6 additions and 2 deletions

View file

@ -17,6 +17,7 @@
"asserts"
"infer"
"is"
"using"
] @keyword
[
@ -95,6 +96,9 @@
(omitting_type_annotation
"-?:" @punctuation.delimiter)
(adding_type_annotation
"+?:" @punctuation.delimiter)
(opting_type_annotation
"?:" @punctuation.delimiter)