feat(kconfig): add new operator

This commit is contained in:
Amaan Qureshi 2024-01-26 02:58:25 -05:00
parent 7b9973fca9
commit 4bc1f9a4eb
2 changed files with 4 additions and 1 deletions

View file

@ -41,6 +41,7 @@
"<="
">="
"!"
":="
] @operator
[
@ -56,6 +57,8 @@
")"
] @punctuation.bracket
"," @punctuation.delimiter
(macro_variable
[
"$("