tree-sitter-bash icon indicating copy to clipboard operation
tree-sitter-bash copied to clipboard

No parsing for escape sequences like \n in string

Open kaddkaka opened this issue 4 years ago • 0 comments

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.

kaddkaka avatar Mar 28 '21 08:03 kaddkaka