Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-16 | updated FreeBSD port for v2.1.0 releasev2.1.0 | Robin Haberkorn | 1 | -4/+4 | |
2024-09-15 | FreeBSD package: add the git.tes lexer config | Robin Haberkorn | 1 | -0/+1 | |
2024-08-18 | added troff/nroff lexer | Robin Haberkorn | 1 | -0/+1 | |
* 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). | |||||
2023-07-23 | FreeBSD port: fixed the LEXILLA option | Robin Haberkorn | 1 | -76/+76 | |
* The lexer scripts are not installed if the LEXILLA option is disabled, so they need to be excluded from pkg-plist. | |||||
2023-07-02 | added FreBSD port (for ports tree) | Robin Haberkorn | 1 | -0/+108 | |
* it is supposed to be mainstreamed, but this did not yet happen * even if it will eventually become part of the ports tree, I won't have access to this repo and could not keep it up to date. But I can keep this copy here up to date and it can serve as an upstream source for the ports tree maintainer. * Also, it can be used to build FreeBSD binary packages even now without being part of the official ports tree. |