Skip to content

Commit

Permalink
standalone @
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Mar 7, 2010
1 parent 3a47b28 commit a297bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coffee-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
(setq coffee-type-regexp ".+?:")

;; Instance variables (implicit this)
(setq coffee-constant-regexp "@\\w+\\|this")
(setq coffee-constant-regexp "@\\w*\\|this")

;; Unused
(setq coffee-event-regexp "")
Expand Down

0 comments on commit a297bec

Please sign in to comment.