reflection foundation, tuples, debug.print
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user