-
Notifications
You must be signed in to change notification settings - Fork 8
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
Wrong syntax highlighting for q comments #1
Comments
My JSON for comments only looks like: |
Looks good. Thanks for your contribution. |
There is still one comment highlighting that I have left out since my solution is not elegant. "" by itself on a single line will make the interpreter to ignore the rest of the q script. Since I couldn't find a regex for EOF, I used a work-around (WAR): The WAR does not work if someone does have the text "<>" string after a single line "" in their source |
I'm not sure if I have the same problem because the issue description is not very clear but syntax highlighting for comments doesn't work unless the comment is at the beginning of the line e.g. if I use any identation due to e.g. functions then my comments are not syntax highlighted correctly e.g. /- this is hightlighted correctly where ________ is whatever spacing, tabs |
The text was updated successfully, but these errors were encountered: