From 036f7c8105c4264158b761b476a357acbd03be60 Mon Sep 17 00:00:00 2001 From: eugenesvk Date: Sun, 28 Jun 2020 18:01:33 +0300 Subject: [PATCH] Add single quoted strings --- AutoHotkey.tmLanguage | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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