This commit is contained in:
2025-11-27 12:11:52 +01:00
parent 36d6c3947a
commit 3b8318940a
7 changed files with 18706 additions and 18880 deletions

View File

@@ -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'