reflection foundation, tuples, debug.print

This commit is contained in:
2026-07-14 23:45:30 +02:00
parent 267947e79d
commit 0b2055d64b
24 changed files with 126598 additions and 115394 deletions
+3
View File
@@ -41,6 +41,7 @@
(call_expression function: (expression (identifier) @function))
(call_expression function: (expression (field_expression field: (identifier) @function)))
(field_expression field: (identifier) @property)
(field_expression field: (integer) @property)
(field_initializer name: (identifier) @property)
(keyed_field_initializer name: (identifier) @property)
(record_field name: (identifier) @property)
@@ -60,6 +61,7 @@
"distinct"
"alias"
"import"
"hide"
"return"
"try"
"catch"
@@ -70,6 +72,7 @@
"if"
"while"
"for"
"inline"
"break"
"continue"
"defer"