Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
isRyven committed Jan 8, 2016
1 parent cd909f3 commit 9eae2df
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
20 changes: 19 additions & 1 deletion et_script.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
<key>cmd_accum</key>
<dict>
<key>match</key>
<string>^\s*((?:global)*accum)\s+(\d+)\s+(\w+)</string>
<string>^\s*((?:global)*accum)\s+(\d+)\s+(\w+)\s+(\d+)(\s+(\w+)\s+(\w+))*</string>

<key>captures</key>
<dict>
Expand All @@ -256,6 +256,24 @@
<key>name</key>
<string>keyword.operator</string>
</dict>

<key>4</key>
<dict>
<key>name</key>
<string>constant.numeric</string>
</dict>

<key>6</key>
<dict>
<key>name</key>
<string>entity.name.class.etscript</string>
</dict>

<key>7</key>
<dict>
<key>name</key>
<string>entity.name.function.etscript</string>
</dict>
</dict>
</dict>

Expand Down
2 changes: 1 addition & 1 deletion preferences/q3[comments].tmPreferences
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<key>name</key>
<string>Comments</string>
<key>scope</key>
<string>source.q3script, source.q3shader, source.q3cfg</string>
<string>source.etscript, source.q3shader, source.q3cfg</string>
<key>settings</key>
<dict>
<key>shellVariables</key>
Expand Down

0 comments on commit 9eae2df

Please sign in to comment.