We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Simple bug report:
let howToBreakTheHighlighting = "//"
Put that line anywhere in your code to instantly break all following highlighting for the rest of the file.
This is a pretty show stopping issue because any file with a URL (i.e. https:// breaks)
https://
See also kaashyapan/tree-sitter-fsharp#1
The text was updated successfully, but these errors were encountered:
Hopefully this is not too hard to fix. The string node does not explicitly deal with // which might cause the parser to interpret it as a comment
string
//
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Simple bug report:
Put that line anywhere in your code to instantly break all following highlighting for the rest of the file.
This is a pretty show stopping issue because any file with a URL (i.e.
https://
breaks)See also kaashyapan/tree-sitter-fsharp#1
The text was updated successfully, but these errors were encountered: