Files
2015-04-20 18:25:32 +04:00
..
2014-10-10 02:05:15 +04:00
2015-04-20 18:25:32 +04:00
2015-01-04 23:48:28 +04:00
2015-01-05 00:34:25 +04:00
2015-04-19 20:28:12 +04:00
2013-04-20 16:57:20 +04:00
2014-10-10 02:05:15 +04:00
2014-10-10 02:05:15 +04:00
2014-10-10 02:05:15 +04:00
2015-04-03 13:30:00 +04:00
2013-03-17 21:03:15 +04:00
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