I use meld for graphical diff comparisons.
I would like to associate .tpp
as a C++ source file for syntax highlighting purposes.
How do I do this?
I use meld for graphical diff comparisons.
I would like to associate .tpp
as a C++ source file for syntax highlighting purposes.
How do I do this?
Meld uses the Gnome project's GtkSourceView component for syntax highlighting.
In order to change the file associations, edit the following file:
Edit the
"globs"
section underlanguage/metadata/property
and add;*.tpp
You can create custom lang files in
If the directory does not already exist, you can create it. Then copy the lang file you want to use as a template from