mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
feat(kconfig): add new operator
This commit is contained in:
parent
7b9973fca9
commit
4bc1f9a4eb
2 changed files with 4 additions and 1 deletions
|
|
@ -318,7 +318,7 @@
|
||||||
"revision": "0c088d1ad270f02c4e84189247ac7001e86fe342"
|
"revision": "0c088d1ad270f02c4e84189247ac7001e86fe342"
|
||||||
},
|
},
|
||||||
"kconfig": {
|
"kconfig": {
|
||||||
"revision": "7230f0618348d9289a24ee8cf90c9ab90acd76b1"
|
"revision": "5fefd45628a32fc999aa9f4aebcc5ddcd071bcf2"
|
||||||
},
|
},
|
||||||
"kdl": {
|
"kdl": {
|
||||||
"revision": "e180e05132c4cb229a8ba679b298790ef1eca77c"
|
"revision": "e180e05132c4cb229a8ba679b298790ef1eca77c"
|
||||||
|
|
|
||||||
|
|
@ -41,6 +41,7 @@
|
||||||
"<="
|
"<="
|
||||||
">="
|
">="
|
||||||
"!"
|
"!"
|
||||||
|
":="
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
@ -56,6 +57,8 @@
|
||||||
")"
|
")"
|
||||||
] @punctuation.bracket
|
] @punctuation.bracket
|
||||||
|
|
||||||
|
"," @punctuation.delimiter
|
||||||
|
|
||||||
(macro_variable
|
(macro_variable
|
||||||
[
|
[
|
||||||
"$("
|
"$("
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue