Skip to content

Commit

Permalink
Grammars update
Browse files Browse the repository at this point in the history
  • Loading branch information
nixel2007 committed Jan 11, 2016
1 parent 5539177 commit a9215a8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion syntaxes/1c.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,16 @@
<key>patterns</key>
<array>
<dict>
<key>name</key>
<string>constant.character.escape.bsl</string>
<key>match</key>
<string>\"\"</string>
</dict>
<dict>
<key>name</key>
<string>constant.character.escape.bsl</string>
<string>comment.line.double-slash.bsl</string>
<key>match</key>
<string>(//.*$)</string>
</dict>
</array>
</dict>
Expand Down

0 comments on commit a9215a8

Please sign in to comment.