We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9855128 commit 0b2882bCopy full SHA for 0b2882b
AutoHotkey.tmLanguage
@@ -338,6 +338,30 @@
338
</dict>
339
</array>
340
341
+ <dict>
342
+ <key>begin</key>
343
+ <string>(')</string>
344
+ <key>beginCaptures</key>
345
346
+ <key>1</key>
347
348
+ <key>name</key>
349
+ <string>punctuation.definition.string.ahk</string>
350
+ </dict>
351
352
+ <key>end</key>
353
+ <string>(')(?!')|^</string>
354
+ <key>endCaptures</key>
355
356
357
358
359
360
361
362
363
+ <string>string.quoted.single.ahk</string>
364
365
366
<key>scopeName</key>
367
<string>source.ahk</string>
0 commit comments