From 4a0fc33c656288ce592afef24dfa288441e54d97 Mon Sep 17 00:00:00 2001 From: saatchiCEO Date: Tue, 29 Oct 2013 00:22:58 +0300 Subject: [PATCH] Fixed typo `forown` for|forown -> for|own --- lib/ace/mode/coffee_highlight_rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/mode/coffee_highlight_rules.js b/lib/ace/mode/coffee_highlight_rules.js index c050f78a..a6d33abb 100644 --- a/lib/ace/mode/coffee_highlight_rules.js +++ b/lib/ace/mode/coffee_highlight_rules.js @@ -41,7 +41,7 @@ define(function(require, exports, module) { var keywords = ( "this|throw|then|try|typeof|super|switch|return|break|by|continue|" + - "catch|class|in|instanceof|is|isnt|if|else|extends|for|forown|" + + "catch|class|in|instanceof|is|isnt|if|else|extends|for|own|" + "finally|function|while|when|new|no|not|delete|debugger|do|loop|of|off|" + "or|on|unless|until|and|yes" );