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

Commit

Permalink
Merge pull request #3 from denolfe/function-highlighting
Browse files Browse the repository at this point in the history
Add highlighting for non-built-in functions
  • Loading branch information
stef-levesque authored Mar 1, 2017
2 parents 75d5ed3 + d0bde58 commit dd0f199
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 dd0f199

Please sign in to comment.