Skip to content

Commit

Permalink
update highlight rules
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Mar 3, 2024
1 parent 25c0606 commit 8c54525
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syntaxes/makensis-log.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<array>
<dict>
<key>match</key>
<string>^\s*Error in script.*$</string>
<string>^\s*(!error:|Error in script).*$</string>
<key>name</key>
<string>invalid.illegal</string>
</dict>
Expand All @@ -21,7 +21,7 @@
<key>match</key>
<string>^\s*warning:.*$</string>
<key>name</key>
<string>invalid.deprecated</string>
<string>markup.bold</string>
</dict>
</array>

Expand Down

0 comments on commit 8c54525

Please sign in to comment.