Merge pull request #243 from thibDev/master

Fix issue #242
This commit is contained in:
Josh Johnson 2018-12-14 10:42:44 -05:00 committed by GitHub
commit 641315b361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -768,7 +768,7 @@
<key>doublequotedString</key> <key>doublequotedString</key>
<dict> <dict>
<key>begin</key> <key>begin</key>
<string>(?&lt;![-_a-zA-Z0-9:]&gt;)\s*"(?!\s*&lt;/[-_a-zA-Z0-9:])</string> <string>(?&lt;![-_a-zA-Z0-9:'"]&gt;)\s*"(?![\w\s()']*&lt;/[-_a-zA-Z0-9:])</string>
<key>beginCaptures</key> <key>beginCaptures</key>
<dict> <dict>
<key>0</key> <key>0</key>
@ -929,7 +929,7 @@
<key>singlequotedString</key> <key>singlequotedString</key>
<dict> <dict>
<key>begin</key> <key>begin</key>
<string>(?&lt;![-_a-zA-Z0-9:]&gt;)\s*'(?!\s*&lt;/[-_a-zA-Z0-9:])</string> <string>(?&lt;![-_a-zA-Z0-9:'"]&gt;)\s*'(?![\w\s()"]*&lt;/[-_a-zA-Z0-9:])</string>
<key>beginCaptures</key> <key>beginCaptures</key>
<dict> <dict>
<key>0</key> <key>0</key>