Skip to content

Commit

Permalink
Fix more of the over-aggressive highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewschleifer committed Jan 26, 2011
1 parent 6c2d565 commit be75aaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Nu.tmLanguage
Expand Up @@ -621,7 +621,7 @@
</dict> </dict>
</dict> </dict>
<key>match</key> <key>match</key>
<string>\b(function|macro|macro-0|macro-1)\s+((\w|\-|\!|\?)*)</string> <string>\((function|macro|macro-0|macro-1)\s+((\w|\-|\!|\?)*)</string>
<key>name</key> <key>name</key>
<string>meta.function.nu</string> <string>meta.function.nu</string>
</dict> </dict>
Expand Down

0 comments on commit be75aaa

Please sign in to comment.