Skip to content

Commit

Permalink
Add lazy and weak adjectives.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Apr 19, 2014
1 parent 42d2e45 commit 04d7494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etags.regex
Expand Up @@ -9,6 +9,6 @@
Two separate entries for local methods to avoid matching " end method foo".
/[ \t]+local[ \t]+method[ \t]+\([a-z!&*<>|^$%@_+~?\/=-]+\)/\1/i
/[ \t]+method[ \t]+\([a-z!&*<>|^$%@_+~?\/=-]+\)/\1/i
/[ \t]+\(\(constant\|sealed\|instance\|class\|each-subclass\|virtual\|inherited\)[ \t]\)?+slot[ \t]+\([a-z!&*<>|^$%@_+~?\/=-]+\)/\2/i
/[ \t]+\(\(constant\|sealed\|instance\|class\|each-subclass\|virtual\|inherited\|lazy\|weak\)[ \t]\)?+slot[ \t]+\([a-z!&*<>|^$%@_+~?\/=-]+\)/\2/i

/[ \t]+\let[ \t]+handler[ \t]+\([a-z!&*<>|^$%@_+~?\/=-]+\)/\1/i

0 comments on commit 04d7494

Please sign in to comment.