mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
highlights(typescript): add satisfies keyword (#3852)
This commit is contained in:
parent
54028a819a
commit
1b3f93dcb9
2 changed files with 3 additions and 2 deletions
|
|
@ -378,7 +378,7 @@
|
||||||
"revision": "8bd2056818b21860e3d756b5a58c4f6e05fb744e"
|
"revision": "8bd2056818b21860e3d756b5a58c4f6e05fb744e"
|
||||||
},
|
},
|
||||||
"tsx": {
|
"tsx": {
|
||||||
"revision": "0ab9d99867435a7667c5548a6617a6bf73dbd830"
|
"revision": "0ae382803abce0807e90f498105c713b9233e0b2"
|
||||||
},
|
},
|
||||||
"turtle": {
|
"turtle": {
|
||||||
"revision": "085437f5cb117703b7f520dd92161140a684f092"
|
"revision": "085437f5cb117703b7f520dd92161140a684f092"
|
||||||
|
|
@ -387,7 +387,7 @@
|
||||||
"revision": "035f549ec8c043e734f04341d7ccdc669bb2ba91"
|
"revision": "035f549ec8c043e734f04341d7ccdc669bb2ba91"
|
||||||
},
|
},
|
||||||
"typescript": {
|
"typescript": {
|
||||||
"revision": "0ab9d99867435a7667c5548a6617a6bf73dbd830"
|
"revision": "0ae382803abce0807e90f498105c713b9233e0b2"
|
||||||
},
|
},
|
||||||
"v": {
|
"v": {
|
||||||
"revision": "66b92a89ef1e149300df79c0b2a934ad959c8eec"
|
"revision": "66b92a89ef1e149300df79c0b2a934ad959c8eec"
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,7 @@
|
||||||
"type"
|
"type"
|
||||||
"readonly"
|
"readonly"
|
||||||
"override"
|
"override"
|
||||||
|
"satisfies"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
; types
|
; types
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue