Skip to content

Commit

Permalink
Fixes #8: Fix output highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
formulahendry committed Aug 13, 2016
1 parent 5248f19 commit 8fd716b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion syntaxes/code-runner-output.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,19 @@
<key>name</key>
<string>token.string</string>
</dict>
<key>6</key>
<dict>
<key>name</key>
<string>token.warn-token</string>
</dict>
<key>7</key>
<dict>
<key>name</key>
<string>token.string</string>
</dict>
</dict>
<key>match</key>
<string>(\[Done\])(.*)(?:(code=0)|(code=1))(.*)</string>
<string>(\[Done\])(.+)(?:(code=0)|(code=\d+))(.+)(\d+\.\d+)(.+)</string>
<key>name</key>
<string>code-runner.done</string>
</dict>
Expand Down

0 comments on commit 8fd716b

Please sign in to comment.