mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -04:00
chore(typescript,tsx): update parser and queries
This commit is contained in:
parent
6da205148f
commit
90327d9e73
2 changed files with 6 additions and 2 deletions
|
|
@ -675,7 +675,7 @@
|
||||||
"revision": "cda48a5e890b30619da5bc3ff55be1b1d3d08c8d"
|
"revision": "cda48a5e890b30619da5bc3ff55be1b1d3d08c8d"
|
||||||
},
|
},
|
||||||
"tsx": {
|
"tsx": {
|
||||||
"revision": "d847898fec3fe596798c9fda55cb8c05a799001a"
|
"revision": "7db8390a16a2cae317f4f4423a7b642cd4cad8c9"
|
||||||
},
|
},
|
||||||
"turtle": {
|
"turtle": {
|
||||||
"revision": "085437f5cb117703b7f520dd92161140a684f092"
|
"revision": "085437f5cb117703b7f520dd92161140a684f092"
|
||||||
|
|
@ -684,7 +684,7 @@
|
||||||
"revision": "eaf80e6af969e25993576477a9dbdba3e48c1305"
|
"revision": "eaf80e6af969e25993576477a9dbdba3e48c1305"
|
||||||
},
|
},
|
||||||
"typescript": {
|
"typescript": {
|
||||||
"revision": "d847898fec3fe596798c9fda55cb8c05a799001a"
|
"revision": "7db8390a16a2cae317f4f4423a7b642cd4cad8c9"
|
||||||
},
|
},
|
||||||
"typoscript": {
|
"typoscript": {
|
||||||
"revision": "43b221c0b76e77244efdaa9963e402a17c930fbc"
|
"revision": "43b221c0b76e77244efdaa9963e402a17c930fbc"
|
||||||
|
|
|
||||||
|
|
@ -17,6 +17,7 @@
|
||||||
"asserts"
|
"asserts"
|
||||||
"infer"
|
"infer"
|
||||||
"is"
|
"is"
|
||||||
|
"using"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
@ -95,6 +96,9 @@
|
||||||
(omitting_type_annotation
|
(omitting_type_annotation
|
||||||
"-?:" @punctuation.delimiter)
|
"-?:" @punctuation.delimiter)
|
||||||
|
|
||||||
|
(adding_type_annotation
|
||||||
|
"+?:" @punctuation.delimiter)
|
||||||
|
|
||||||
(opting_type_annotation
|
(opting_type_annotation
|
||||||
"?:" @punctuation.delimiter)
|
"?:" @punctuation.delimiter)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue