tree-sitter-bash
tree-sitter-bash copied to clipboard
No parsing for escape sequences like \n in string
The parser does not recognize escape sequences in strings which makes things like \n have the same color as the rest of the string.
Other example: tree-sitter-python parser does parse escape sequences inside strings.