Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
Add highlighting for non-built-in functions
Browse files Browse the repository at this point in the history
  • Loading branch information
denolfe committed Feb 27, 2017
1 parent 75d5ed3 commit d0bde58
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions syntaxes/ahk.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,12 @@
<key>name</key>
<string>support.function.ahk</string>
</dict>
<dict>
<key>match</key>
<string>\b(?!MsgBox)([\w]+)(?=\()</string>
<key>name</key>
<string>support.function.ahk</string>
</dict>
<dict>
<key>match</key>
<string>^MsgBox</string>
Expand Down

0 comments on commit d0bde58

Please sign in to comment.