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

@ -318,7 +318,7 @@
"revision": "0c088d1ad270f02c4e84189247ac7001e86fe342" "revision": "0c088d1ad270f02c4e84189247ac7001e86fe342"
}, },
"kconfig": { "kconfig": {
"revision": "7230f0618348d9289a24ee8cf90c9ab90acd76b1" "revision": "5fefd45628a32fc999aa9f4aebcc5ddcd071bcf2"
}, },
"kdl": { "kdl": {
"revision": "e180e05132c4cb229a8ba679b298790ef1eca77c" "revision": "e180e05132c4cb229a8ba679b298790ef1eca77c"

View file

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