brace
brace copied to clipboard
How to extend an ace mode in brace?
How do I extend a mode for a new language in brace? Do I need to fork both repo and add the new mode in ace, then modify the brace to pull it from my forked repo instead?
AFAIK, that is the route to take. I needed to extend markdown, and forking is what I ended up doing.
Maybe there's a better route?
Same