2024-02-21 06:24:58 +00:00
|
|
|
+---------------------------------------------------+
|
|
|
|
| LDPL Syntax Highlighting for Gedit / Pluma / Etc. |
|
|
|
|
+---------------------------------------------------+
|
|
|
|
|
2024-02-21 06:41:20 +00:00
|
|
|
This folder contains installation scripts for both GTK3 and GTK4. The install-gtk3.sh
|
|
|
|
script will work for editors that use GTK3 and install-gtk4.sh will for those that use
|
|
|
|
GTK4.
|
|
|
|
|
2024-02-21 06:24:58 +00:00
|
|
|
[Installing]
|
|
|
|
To install LDPL syntax highlighting for the gedit / pluma / etc editors just
|
2024-02-21 06:41:20 +00:00
|
|
|
run the install-gtk*.sh file found in the same folder as this README.
|
2024-02-21 06:24:58 +00:00
|
|
|
|
|
|
|
[Installing (by hand)]
|
2024-02-21 06:41:20 +00:00
|
|
|
1. Copy the file ldpl.lang to /usr/share/gtksourceview-3.0/language-specs/ or
|
|
|
|
/usr/share/gtksourceview-4/language-specs/ based on your editor
|
2024-02-21 06:24:58 +00:00
|
|
|
2. Restart Gedit / Pluma / Etc.
|
|
|
|
|
|
|
|
[Uninstalling]
|
2024-02-21 06:41:20 +00:00
|
|
|
Delete /usr/share/gtksourceview-3.0/language-specs/ldpl.lang or /usr/share/gtksourceview-4/language-specs/ldpl.lang
|
2024-02-21 06:24:58 +00:00
|
|
|
|