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
When a variable name starts with "of," syntax highlighting breaks for the rest of the file.
Example:
The text was updated successfully, but these errors were encountered:
highlight comments inside let, allow names starting with 'of', and ha…
c27bbea
…ndle string escapes (fixes vrjuliao#12, vrjuliao#13, vrjuliao#15)
No branches or pull requests
When a variable name starts with "of," syntax highlighting breaks for the rest of the file.
Example:
. Notice how the third "fun" declaration is the wrong color. This continues all the way down the file.
The text was updated successfully, but these errors were encountered: