diff --git a/AutoHotkey.tmLanguage b/AutoHotkey.tmLanguage index 202e42f..aefd2f5 100644 --- a/AutoHotkey.tmLanguage +++ b/AutoHotkey.tmLanguage @@ -338,6 +338,30 @@ + + begin + (') + beginCaptures + + 1 + + name + punctuation.definition.string.ahk + + + end + (')(?!')|^ + endCaptures + + 1 + + name + punctuation.definition.string.ahk + + + name + string.quoted.single.ahk + scopeName source.ahk