Please consider adding support for LaTeX syntax highlighting. If this and Issue 2827955 are solved, this would make Diffuse very good for working with LaTeX.
Diffuse's syntax highlighting system can be customised by users. Attached is a simple syntax highlighter I wrote a few years ago that recognises a subset of LaTeX. It can be installed (on POSIX systems) like this:
Diffuse's syntax highlighting system can be customised by users. Attached is a simple syntax highlighter I wrote a few years ago that recognises a subset of LaTeX. It can be installed (on POSIX systems) like this:
$ mkdir -p ~/.config/diffuse
$ mv latex.syntax ~/.config/diffuse
$ echo 'import latex.syntax' >> ~/.config/diffuse/diffuserc
The manual describes what the commands in the *.syntax file mean. Feel free to expand it recognise more of the LaTeX grammar.
Word wrap is an issue I'm working on but it violates many assumptions in the existing code so it will take quite a while to implement.