Skip to content

Variables in multiline strings should be colored #661

Description

@ShaunDreclin

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."

Metadata

Metadata

Assignees

Labels

bugsomething isn't workinghigh effortlots of work to complete

Projects

Status
No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions