Skip to content

Commit

Permalink
Add single quoted string
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenesvk committed Jun 28, 2020
1 parent 9855128 commit 0b2882b
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions AutoHotkey.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,30 @@
</dict>
</array>
</dict>
<dict>
<key>begin</key>
<string>(')</string>
<key>beginCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.string.ahk</string>
</dict>
</dict>
<key>end</key>
<string>(')(?!')|^</string>
<key>endCaptures</key>
<dict>
<key>1</key>
<dict>
<key>name</key>
<string>punctuation.definition.string.ahk</string>
</dict>
</dict>
<key>name</key>
<string>string.quoted.single.ahk</string>
</dict>
</array>
<key>scopeName</key>
<string>source.ahk</string>
Expand Down

0 comments on commit 0b2882b

Please sign in to comment.