Skip to content

Commit

Permalink
add SQL support
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldyrynda committed Sep 28, 2017
1 parent fb373eb commit 0c4eee3
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions Laravel.tmTheme
Original file line number Diff line number Diff line change
Expand Up @@ -824,6 +824,43 @@
</dict>
</dict>

<!-- SQL -->
<dict>
<key>name</key>
<string>Keywords</string>
<key>scope</key>
<string>source.sql</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#07a</string>
</dict>
</dict>

<dict>
<key>name</key>
<string>Star operator</string>
<key>scope</key>
<string>keyword.operator.star.sql</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#da564a</string>
</dict>
</dict>

<dict>
<key>name</key>
<string>String punctuation</string>
<key>scope</key>
<string>punctuation.definition.string.begin.sql, punctuation.definition.string.end.sql</string>
<key>settings</key>
<dict>
<key>foreground</key>
<string>#999</string>
</dict>
</dict>

<!-- Markdown -->
<dict>
<key>name</key>
Expand Down

0 comments on commit 0c4eee3

Please sign in to comment.