This commit is contained in:
Maix0 2024-06-29 15:22:04 +02:00
parent 14647f3671
commit d81c14b930
5 changed files with 178 additions and 62 deletions

View file

@ -66,7 +66,7 @@ module.exports = grammar({
$.file_descriptor,
$._empty_value,
$._concat,
$.variable_name, // Variable name followed by an operator like '=' or '+='
$.variable_name,
$.regex,
$._expansion_word,
$.extglob_pattern,