Skip to content
This repository has been archived by the owner on Apr 1, 2023. It is now read-only.

Commit

Permalink
Upgraded ACE, now with LogiQL highlighting.
Browse files Browse the repository at this point in the history
  • Loading branch information
zefhemel committed Mar 14, 2013
1 parent 1183b46 commit 5d9d989
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/lib/editor.js
Expand Up @@ -39,6 +39,7 @@ define(function(require, exports, module) {
"lisp": "ace/mode/lisp",
"lua": "ace/mode/lua",
"lucene": "ace/mode/lucene",
"logic": "ace/mode/logiql",
"Makefile": "ace/mode/makefile",
"md": "ace/mode/markdown",
"m": "ace/mode/objectivec",
Expand Down
7 changes: 5 additions & 2 deletions install-deps.sh
@@ -1,5 +1,8 @@
#!/bin/sh

cd `dirname $0`
cd app
curl -L https://github.com/ajaxorg/ace-builds/archive/master.tar.gz | tar xzf -
ln -s ace-builds-master/src-min-noconflict ace
curl -L https://github.com/zefhemel/ace-builds/archive/master.tar.gz | tar xzf -
rm -rf ace
mv ace-builds-master/ace ace
rm -rf ace-builds-master

0 comments on commit 5d9d989

Please sign in to comment.