ace/tool
2015-04-20 18:25:32 +04:00
..
templates improve tmlanguage.js 2014-10-10 02:05:15 +04:00
tmthemes fix gutter colors in theme importer 2014-10-05 22:53:31 +04:00
add_mode.js Revert "Reduced size of sample document" 2015-01-04 23:52:40 +04:00
lib.js address review comments 2015-04-20 18:25:32 +04:00
mode_creator.html cleanup 2015-01-04 23:48:28 +04:00
mode_creator.js tweak mode_creator 2015-01-05 00:34:25 +04:00
package.json support converting from cson 2015-04-19 20:28:12 +04:00
perf-test.html update perf-test.html 2013-04-20 16:57:20 +04:00
Readme.md improve tmlanguage.js 2014-10-10 02:05:15 +04:00
regexp_tokenizer.js improve tmlanguage.js 2014-10-10 02:05:15 +04:00
regexp_tokenizer_test.js improve tmlanguage.js 2014-10-10 02:05:15 +04:00
release.sh tweaks for the new release 2015-04-03 13:30:00 +04:00
tmlanguage.js Teach tmlanguage.js to process multiple .tmLanguage files at once 2014-12-03 13:56:22 -05:00
tmsnippets.js more work on snippet manager 2013-03-17 21:03:15 +04:00
tmtheme.js Pretty-print CSS even when creating a new file 2014-11-20 15:19:27 -05:00
update_deps.js Update update_deps.js for xmldom 2015-01-16 09:57:52 +03:00
wrap_keyword_regexp.js Update Objc Rules 2012-11-10 13:29:50 +04:00

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