diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-08-18 18:34:16 +0200 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-08-18 18:48:06 +0200 |
commit | bbcf801ddfd3eb50203518c130beb400de7ca53f (patch) | |
tree | f8d815e0417e3a490f8d58127c78dfc13cf62bb4 /TODO | |
parent | 8baa631c77e2bc3b7457638df2d40e597faf879c (diff) | |
download | sciteco-bbcf801ddfd3eb50203518c130beb400de7ca53f.tar.gz |
added troff/nroff lexer
* This is optimized for Groff, but works for Heirloom Troff and Neatroff as well.
Currently, the Heirloom and Neatroff requests are just added ontop of the Groff
ones. Theoretically, we could also try to separate the keyword lists into
a base K&R set with Groff, Heirloom and Neatroff ontop.
* The lexer necessarily has many restrictions, as Troff is fundamentally unparseable
(like classic TECO) and needs a lot of per-request knowledge.
* The "*.mm" extension has been removed from the lexers/cpp.tes.
I don't know what language this was for, and I prefer `*.mm` files
to be considered Troff.
* Temporarily changed the lexilla submodule URL.
The corresponding Lexila lexer is in the process of being upstreamed.
Once it is, I will probably revert the submodule to the official repository,
as the "troff" branch is not stable (can be rebased).
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -417,7 +417,6 @@ Features: native Scintilla packages. Perhaps it makes sense to be able to build against them using --with-scintilla. - * Write a Scintilla/Lexilla lexer for Roff * There is an Urxvt extension 52-osc for implementing the xterm-like clipboard control sequences. Other emulators also support it. It is not always detectable |