update ace editor to latest, fix regression where syntax highlighting was missing

This commit is contained in:
Sam
2015-03-12 12:20:50 +11:00
parent b1c18367e4
commit c51dc9af54
297 changed files with 386 additions and 260 deletions

View File

@ -1 +1 @@
ace.define("ace/snippets/makefile",["require","exports","module"],function(e,t,n){t.snippetText="snippet ifeq\n ifeq (${1:cond0},${2:cond1})\n ${3:code}\n endif\n",t.scope="makefile"})
ace.define("ace/snippets/makefile",["require","exports","module"],function(e,t,n){"use strict";t.snippetText="snippet ifeq\n ifeq (${1:cond0},${2:cond1})\n ${3:code}\n endif\n",t.scope="makefile"})