Skip to content

Commit

Permalink
Grammar: Add match for " escaping inside double quoted strings
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Apr 25, 2015
1 parent 311ecd9 commit 6161fec
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Syntaxes/Ada.plist
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
</dict>
</dict>
<key>end</key>
<string>"</string>
<string>"(?!")</string>
<key>endCaptures</key>
<dict>
<key>0</key>
Expand All @@ -139,6 +139,12 @@
<string>string.quoted.double.ada</string>
<key>patterns</key>
<array>
<dict>
<key>match</key>
<string>""</string>
<key>name</key>
<string>constant.character.escape.ada</string>
</dict>
<dict>
<key>match</key>
<string>\n</string>
Expand Down

0 comments on commit 6161fec

Please sign in to comment.