tree-sitter-bash
tree-sitter-bash copied to clipboard
Variables inside [[ conditionals error
Example
if [[ $AAA == false && "${x:0:1}" != "#" && "${x:0:10}" != "#disabled#" ]] ; then
fi
Replacing ${x:0:1} with $x removed error.