-
Notifications
You must be signed in to change notification settings - Fork 10
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
Characters after " orange in StringReplace #262
Comments
Incorrect syntax used; the single double-quote needs to be escaped as i.e. ...but, i.e. |
@fade2gray, when you say the syntax is incorrect, are you implying the code won't compile or work at all? |
No, it's correctly formatted. Inside commands AHK uses |
Yep, my bad. |
My bad too, I edited my comment above.
|
Code snippet
Expected behavior
Characters after
"
should have the usual color inStringReplace
.Editor tokens and scopes
"1 char
language ahk
standard token type String
foreground #CE9178
background #1E1E1E
contrast ratio 6.31
textmate scopes punctuation.definition.string.begin.ahk
string.quoted.double.ahk
source.ahk
foreground string
{ "foreground": "#CE9178" }
Additional context
"
does not start a string in this case but is a character to be replaced.The text was updated successfully, but these errors were encountered: