Open Collective
Open Collective
Loading
v3.0.0-beta.1 is out 🚀
Published on August 4, 2022 by Anton Reshetov

I am excited that v3.0.0-beta.1 is out and now uses Codemirror instead of Ace. But this is not the main point, Codemirror in combination with codemirror-textmate allows the application to use `.tmLanguage` to highlight the syntax directly. This opens the door to almost 600 existing grammars. Also, if the grammar is not correct, you just have to fix or replace the corresponding grammar and you no longer need to convert to the editor's specification.

I put a lot of time and effort into making this tandem work. I also manually added 157 grammars for 95%+ compatibility with the previous version.

On the downside, not all of the grammars used in Ace I found.

Also now it is possible to use `.tmTheme` for themes, I have already added dark and light Material Theme.

Download v3.0.0-beta.1.