c9-core/node_modules/ace/tool
nightwing 2e1b33cb33 update ace 2015-09-28 17:10:05 +04:00
..
templates initial commit 2015-02-10 23:41:24 +04:00
tmthemes initial commit 2015-02-10 23:41:24 +04:00
Readme.md initial commit 2015-02-10 23:41:24 +04:00
add_mode.js update ace 2015-09-28 17:10:05 +04:00
lib.js update ace 2015-09-28 17:10:05 +04:00
mode_creator.html initial commit 2015-02-10 23:41:24 +04:00
mode_creator.js update ace 2015-09-28 17:10:05 +04:00
package.json update ace 2015-09-28 17:10:05 +04:00
perf-test.html initial commit 2015-02-10 23:41:24 +04:00
regexp_tokenizer.js initial commit 2015-02-10 23:41:24 +04:00
regexp_tokenizer_test.js initial commit 2015-02-10 23:41:24 +04:00
release.sh update ace 2015-09-28 17:10:05 +04:00
tmlanguage.js update ace 2015-09-28 17:10:05 +04:00
tmsnippets.js initial commit 2015-02-10 23:41:24 +04:00
tmtheme.js initial commit 2015-02-10 23:41:24 +04:00
update_deps.js update ace 2015-09-28 17:10:05 +04:00
wrap_keyword_regexp.js initial commit 2015-02-10 23:41:24 +04:00

Readme.md

Helper Scripts for Ace

To use this you need to install node.js. and run npm install in this directory.

add_mode.js

Run

node add_mode.js ModeName "extension1|extension2|^FullName"

to create all the files needed for a new mode named ModeName this adds stubs for: ace/mode/mode_name.js ace/mode/mode_name_hightlight_rules.js ace/snippets/mode_name.js ace/demo/kitchen_sink/docs/mode_name.extension1 and adds entry for the new mode to ace/ext/modelist.js

tmlanguage.js

node tmlanguage.js ./templates/dummy.JSON-tmLanguage