c9-core/node_modules/ace/tool
nightwing d13dc1fd3d handle broken colors in theme importer 2016-06-06 03:21:00 +04:00
..
templates
tmthemes
Readme.md
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
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
regexp_tokenizer.js
regexp_tokenizer_test.js
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
tmtheme.js handle broken colors in theme importer 2016-06-06 03:21:00 +04:00
update_deps.js update ace 2015-09-28 17:10:05 +04:00
wrap_keyword_regexp.js

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