-
-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
broken high lighting #151
Comments
I second this, that interpolation snippet breaks the highlighting for any trailing lines in my .bashrc file. I can't imagine this being a super common snippet, but it should be fixed. |
Pasting this into https://tree-sitter.github.io/tree-sitter/playground it's parsed correctly, so it seems like this has been fixed on master but not released yet, just like #148 |
This seems to be caused by the # PS1="\[\e]0;${debian_chroot:+($debian_chroot)}\u@\h: \w\a\]$PS1"
PS1="\[\e]0;${debian_chroot:+$debian_chroot}\u@\h: \w\a\]$PS1" |
Problem description
Just see this code fragment:
Affected language servers
bash
Steps to reproduce
use such bash code fragment, and you will see it
Actual behavior
syntax highlighting breaks down on the case language construct
Expected behavior
normal highlighting, NOT WORSE THAN WITH pure neovim!
The text was updated successfully, but these errors were encountered: