-
Notifications
You must be signed in to change notification settings - Fork 11
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
Could not set highlight for languages containing "-" #27
Comments
axieax
added a commit
to axieax/nvim-biscuits
that referenced
this issue
Nov 11, 2021
Oh interesting. Thanks! Just so I understand, which language was causing this? I should probably just be parsing out the dash. Just looking for examples to test with. |
Merged
Hi it's mostly external plugins for me:
|
axieax
added a commit
to axieax/nvim-biscuits
that referenced
this issue
Nov 11, 2021
Yep parsing out the dash seems to make this bug disappear as well! I've updated the PR now :)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For buffers where TS parser returns a language containing "-", the following error will be displayed on BufEnter:
This is due to the highlight command not being able to accept the "-" character. I've found the fix already for this and will add a PR soon!
The text was updated successfully, but these errors were encountered: