Closed amurashkin17 closed 2 years ago
These reports belong to https://github.com/tree-sitter/tree-sitter-bash like https://github.com/tree-sitter/tree-sitter-bash/issues/70 . Please report them there and once it's fixed there and bash lsp updates to this version of tree-sitter-bash shellwax will get it too.
No longer happens as underlying LS stepped back on some checks that raised false positivies.
Syntax error: expected "}" somewhere in the file
It does not like > in % substitutions.
Syntax error: expected "]" somewhere in the file
It does not like spaces in unquoted array keys.
Syntax error: expected "]]" somewhere in the file
It does not like - at the beginning of an expression element.
Failed to parse expression
In assignments, it does not like spaces in unquoted keys of associative arrays.
It does not like spaces in unquoted array keys.
Syntax error: expected "word" somewhere in the file
It does not like assignments var=;