Skip to content

Commit

Permalink
comment won't highlight in some cases
Browse files Browse the repository at this point in the history
  • Loading branch information
isRyven committed Nov 9, 2015
1 parent 5698221 commit cd909f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion et_script.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@
<key>comment</key>
<dict>
<key>match</key>
<string>\/\/\s*.*</string>
<string>\s*\/\/\s*.*</string>

<key>name</key>
<string>comment.line.double-slash</string>
Expand Down
4 changes: 2 additions & 2 deletions q3_cfg.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
<string>Comment lines</string>

<key>match</key>
<string>//\s*(.+)*$</string>

<string>\s*\/\/\s*.*</string>
<key>name</key>
<string>comment.q3cfg</string>
</dict>
Expand Down
2 changes: 1 addition & 1 deletion q3_shader.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@
<key>comment</key>
<dict>
<key>match</key>
<string>\/\/\s*.*</string>
<string>\s*\/\/\s*.*</string>

<key>name</key>
<string>comment.line.double-slash</string>
Expand Down

0 comments on commit cd909f3

Please sign in to comment.