Code snippet
multilineString =
(
MsgBox, hello
MsgBox, %aVariable%
)
Expected behavior
Variables in multiline strings should be highlighted
Editor tokens and scopes
multilineString 15 chars
language ahk
standard token type Other
foreground #9CDCFE
background #1F1F1F
contrast ratio 11.05
textmate scopes variable.def.ahk
source.ahk
foreground variable
{ "foreground": "#9CDCFE" }
Additional context
Per Method 2 of https://www.autohotkey.com/docs/v1/Scripts.htm#continuation : "By default, variable references such as %Var% are resolved to the variable's contents."
Code snippet
Expected behavior
Variables in multiline strings should be highlighted
Editor tokens and scopes
Additional context
Per Method 2 of https://www.autohotkey.com/docs/v1/Scripts.htm#continuation : "By default, variable references such as %Var% are resolved to the variable's contents."