Skip to content

Commit

Permalink
syntax parsing for imethod/cmethod signatures (0-3 args)
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Jul 16, 2008
1 parent 81255e5 commit 99d73d1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Syntaxes/Nu.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@
<key>1</key>
<dict>
<key>name</key>
<string>storage.type.class.nu</string>
<string>keyword.control.method.nu</string>
</dict>
<key>2</key>
<dict>
Expand All @@ -346,6 +346,11 @@
<key>name</key>
<string>entity.name.function.nu</string>
</dict>
<key>8</key>
<dict>
<key>name</key>
<string>keyword.control.is.nu</string>
</dict>
</dict>
<key>match</key>
<string>\b((?&lt;!-)[ic]?method)\s+((\w|\-|\!|\?)*)(\s+(is)\s+((\w|\-|\!|\?)*))?</string>
Expand Down

0 comments on commit 99d73d1

Please sign in to comment.