update
This commit is contained in:
@@ -8,6 +8,7 @@ module.exports = grammar({
|
||||
choice(
|
||||
$._newline,
|
||||
$.comment,
|
||||
$.block_comment,
|
||||
// Keyword-based statements (must come before generic command)
|
||||
$.variable_declaration, // 'var'
|
||||
$.function_declaration, // 'func'
|
||||
|
||||
Reference in New Issue
Block a user