Am 11.11.23 um 18:39 schrieb Paul Mazaitis:
Hello, list!
I'm working on a ConTeXt language extension for the Nova editor by Panic software (https://nova.app/).
The extension is here:
https://github.com/pmazaitis/nova-context/releases/tag/0.6.0
...currently in beta, but fairly functional.
This version of the extension supports:
* Syntax Highlighting * Folding for (most) environments * Navigating by Symbols (headings: chapter, section, etc.) * Spell-checking of body text and section titles * Managing builds with Nova's tasks system
(As an aside, this extension uses an updated version of the ConTeXt tree-sitter parser [https://github.com/pmazaitis/tree-sitter-context] that can now recognize (most) environments and use them to parse out the document hierarchy.)
Limitations at the moment: not all environments are supported (only those with \start and \stop commands right now), and the extension only supports English.
Happy for any bug reports, etc.,
-Paul
Thank you – would you mind to add it to https://wiki.contextgarden.net/Text_Editors please? Hraban