Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
alefragnani committed Feb 14, 2017
1 parent c15a360 commit b066b88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions syntaxes/pascal.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@
<key>0</key>
<dict>
<key>name</key>
<string>warn-token</string>
<string>string.regexp</string>
</dict>
</dict>
<key>end</key>
<string>\}</string>
<key>name</key>
<string>warn-token</string>
<string>string.regexp</string>
</dict>

<dict>
Expand Down Expand Up @@ -127,7 +127,7 @@
<key>match</key>
<string>\b(?i:(Assert))\b</string>
<key>name</key>
<string>error-token</string>
<string>keyword.control</string>
</dict>
<dict>
<key>begin</key>
Expand Down Expand Up @@ -213,7 +213,7 @@
</dict>
<dict>
<key>begin</key>
<string>\{</string>
<string>\{(?!\$)</string>
<key>captures</key>
<dict>
<key>0</key>
Expand Down

0 comments on commit b066b88

Please sign in to comment.