forked from ajaxorg/ace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
895 additions
and
172 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.