mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(slang): add support for associatedtype
This commit is contained in:
parent
bdaa6b817a
commit
d49a8f82f1
2 changed files with 2 additions and 1 deletions
|
|
@ -594,7 +594,7 @@
|
|||
"revision": "c478c6868648eff49eb04a4df90d703dc45b312a"
|
||||
},
|
||||
"slang": {
|
||||
"revision": "4d3779d41eae12db0cdc0ba748c1998c60574630"
|
||||
"revision": "130b2f5c7a1d5c24645c3518db4bc2b22dd90718"
|
||||
},
|
||||
"slint": {
|
||||
"revision": "68405a45f7a5311cd1f77e40ba84199573303f52"
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@
|
|||
"interface"
|
||||
"extension"
|
||||
"property"
|
||||
"associatedtype"
|
||||
] @keyword
|
||||
|
||||
"__init" @constructor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue