mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 17:30:08 -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
|
|
@ -41,6 +41,7 @@
|
|||
"<="
|
||||
">="
|
||||
"!"
|
||||
":="
|
||||
] @operator
|
||||
|
||||
[
|
||||
|
|
@ -56,6 +57,8 @@
|
|||
")"
|
||||
] @punctuation.bracket
|
||||
|
||||
"," @punctuation.delimiter
|
||||
|
||||
(macro_variable
|
||||
[
|
||||
"$("
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue