ace-grammar icon indicating copy to clipboard operation
ace-grammar copied to clipboard

Transform a JSON grammar into a syntax-highlight parser for ACE Editor

Results 3 ace-grammar issues
Sort by recently updated
recently updated
newest added

My App has a few grammar modes defined in global vars: ```js var ins_mode = AceGrammar.getMode({ "RegExpID": "RE::", "Style": { //... }); var ycd_mode = AceGrammar.getMode({ "RegExpID": "RE::", "Style": {...

It would be nice to publish your library for easy use.

enhancement

It would make simpler contribution, versioning and publishing.

enhancement