Changes
2 changed files (+8/-1)
-
-
@@ -674,7 +674,8 @@ module.exports = grammar({$.delete_statement, $.throw_statement, $.yield_statement, $.switch_statement $.switch_statement, $.with_statement ), return_statement: $ => seq('return', optional($._expression), ';'),
-
@@ -790,6 +791,11 @@ module.exports = grammar({repeat(choice($._statement, $.local_declaration)) ), with_statement: $ => seq( 'with', '(', $._expression, ')', $._statement ), // --- preprocessor _preprocessor_directive_start: $ => /#[\t ]*/,
-
-
-
@@ -101,6 +101,7 @@"virtual" "weak" "while" "with" "yield" ] @keyword
-