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
There are a couple of problems with syntax highlighting for strings:
So, for example, neither of the following strings will currently highlight properly.
/foo $bar ${baz} boz/ $/foo $bar ${baz} b\o\z/$
And in fact, that Markdown render above has the same issues. As far as I can tell, GH's renderer is also using this TM bundle, via https://github.com/github/linguist/tree/master/vendor/grammars!
The text was updated successfully, but these errors were encountered:
Handle dollar slashy strings, and also interpolations in slashy strings.
deb5faa
Fixes textmate#15.
No branches or pull requests
There are a couple of problems with syntax highlighting for strings:
So, for example, neither of the following strings will currently highlight properly.
And in fact, that Markdown render above has the same issues. As far as I can tell, GH's renderer is also using this TM bundle, via https://github.com/github/linguist/tree/master/vendor/grammars!
The text was updated successfully, but these errors were encountered: