Skip to content

Commit

Permalink
Coffeescript handling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaievns committed Jun 24, 2012
1 parent 48aa503 commit f3a6cc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lang/coffeescript.coffee
Expand Up @@ -6,7 +6,7 @@
Colorifier.coffee = Colorifier.coffeescript = new Class Colorifier,

comments: '#'
keywords: "function,return,for,if,else,while,do,throw,try,catch,instanceof,class,extends,in,of,where,super,is,isnt,until,unless,then"
keywords: "function,return,for,if,else,while,do,throw,try,catch,instanceof,class,extends,in,of,where,super,is,isnt,until,unless,then,or,and"
objects: "new,this,self"
booleans: "true,false,null,undefined"

Expand Down

0 comments on commit f3a6cc5

Please sign in to comment.