build(deps): bump tree-sitter-lua to v0.4.1

This commit is contained in:
Christian Clason
2025-12-31 16:49:24 +01:00
committed by Christian Clason
parent bd10f781b8
commit f3ee2440c7
4 changed files with 16 additions and 32 deletions
+8 -24
View File
@@ -70,36 +70,20 @@
] @keyword.function)
; Operators
(binary_expression
operator: _ @operator)
(unary_expression
operator: _ @operator)
"=" @operator
[
"and"
"not"
"or"
] @keyword.operator
[
"+"
"-"
"*"
"/"
"%"
"^"
"#"
"=="
"~="
"<="
">="
"<"
">"
"="
"&"
"~"
"|"
"<<"
">>"
"//"
".."
] @operator
; Punctuations
[
";"