c9-core/node_modules/ace/tool
c9bot 106832d7b6 c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
..
templates c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
tmthemes c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
Readme.md c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
add_mode.js c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
lib.js c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
mode_creator.html c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
mode_creator.js c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
package.json c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
perf-test.html c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
regexp_tokenizer.js c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
regexp_tokenizer_test.js c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
release.sh c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
tmlanguage.js c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
tmsnippets.js c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
tmtheme.js c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
update_deps.js c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02:00
wrap_keyword_regexp.js c9-auto-bump 3.1.2814 2016-06-26 13:53:19 +02: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