Changes
2 changed files (+9/-1)
-
-
@@ -210,6 +210,7 @@ $.verbatim_string), type: $ => choice( 'var', seq('void', repeat('*')), seq( optional('dynamic'),
-
@@ -469,7 +470,10 @@for_statement: $ => seq( 'for', '(', $.local_declaration, choice( $.local_declaration, seq($._expression, ';') ), $._expression, ';', $._expression,
-
-
-
@@ -21,6 +21,10 @@ (string) @string(template_string) @string (template_string_expression) @string.special (verbatim_string) @string [ "var" "void" ] @type.builtin [ "abstract"
-