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
"'foo'" '"bar"' "`'foo`'" '`"bar`"' '`'foo`'' "`"bar`"" '``' "``" '`n' "`n" '`r' "`r" '`b' "`b" '`t' "`t" '`s' "`s" '`v' "`v" '`a' "`a" '`f' "`f"
The documentation states that in order "to include an actual quote mark inside a literal string, [...] enclose the string in the opposite type of quote mark." Currently, this rule isn't being taken into consideration (see first line in the screenshot).
Moreover, the escape sequence `s (space) appears to be flagged erroneously as invalid.illegal.unknown-escape (red).
`s
invalid.illegal.unknown-escape
The text was updated successfully, but these errors were encountered:
Fixed bugs [#12] [#14] [#15] [#16] [#17]
7afec9a
No branches or pull requests
The documentation states that in order "to include an actual quote mark inside a literal string, [...] enclose the string in the opposite type of quote mark." Currently, this rule isn't being taken into consideration (see first line in the screenshot).
Moreover, the escape sequence
`s
(space) appears to be flagged erroneously asinvalid.illegal.unknown-escape
(red).The text was updated successfully, but these errors were encountered: