Updated Grammar
This commit is contained in:
parent
f4ccb91db4
commit
9a6a1885e4
974 changed files with 83363 additions and 84138 deletions
|
|
@ -586,7 +586,7 @@ module.exports = grammar({
|
|||
$.variable_name,
|
||||
),
|
||||
|
||||
_special_variable_name: $ => alias(choice('*', '@', '?', '!', '#', '-', '$', '0', '_'), $.special_variable_name),
|
||||
_special_variable_name: $ => alias(choice('*', '@', '?', '!', '#', '-', '$', '0'), $.special_variable_name),
|
||||
|
||||
word: _ => token(seq(
|
||||
choice(
|
||||
|
|
@ -612,7 +612,7 @@ module.exports = grammar({
|
|||
'\\ ',
|
||||
)),
|
||||
))),
|
||||
terminator: _ => choice(';', ';;', /\n/, '&'),
|
||||
terminator: _ => choice(';', ';;', /\n/),
|
||||
},
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue