Skip to content

Commit

Permalink
Merge pull request #541 from Microsoft/bug/incorrectSyntaxHighlighting
Browse files Browse the repository at this point in the history
# doesn't act like a comment in SQL any more
  • Loading branch information
Aditya Bist authored Dec 17, 2016
2 parents 84ddbca + 7b1486c commit c38f3a0
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions syntaxes/SQL.plist
Original file line number Diff line number Diff line change
Expand Up @@ -430,22 +430,6 @@
<string>(?!\G)</string>
<key>patterns</key>
<array>
<dict>
<key>begin</key>
<string>#</string>
<key>beginCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.comment.sql</string>
</dict>
</dict>
<key>end</key>
<string>\n</string>
<key>name</key>
<string>comment.line.number-sign.sql</string>
</dict>
</array>
</dict>
<dict>
Expand Down

0 comments on commit c38f3a0

Please sign in to comment.