diff options
| author | Inari Listenmaa <inari.listenmaa@gmail.com> | 2023-03-03 01:17:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-03 01:17:28 +0100 |
| commit | 6a36b486fae612798ec36873ccbbdbca73df4f6c (patch) | |
| tree | fb7e2b6123a64c41b23ac5f73f8d06337f1d7b3f | |
| parent | 8190d9fe497df770ac9f294e0b45a5f01c09d62e (diff) | |
Update instructions for Geany
| -rw-r--r-- | doc/gf-editor-modes.t2t | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/gf-editor-modes.t2t b/doc/gf-editor-modes.t2t index 2e92f31c3..4ff15520d 100644 --- a/doc/gf-editor-modes.t2t +++ b/doc/gf-editor-modes.t2t @@ -59,8 +59,10 @@ By John J. Camilleri [Custom filetype http://www.geany.org/manual/dev/index.html#custom-filetypes] config files for syntax highlighting in [Geany http://www.geany.org/]. -Copy one of the files below to ``/usr/share/geany/filetypes.GF.conf`` -(under Ubuntu). You will need to manually create the file. +For version 1.36 and above, copy one of the files below to +``/usr/share/geany/filedefs/filetypes.GF.conf`` (under Ubuntu). +If you're using a version older than 1.36, copy the file to ``/usr/share/geany/filetypes.GF.conf``. +You will need to manually create the file. - [light-filetypes.GF.conf ../src/tools/light-filetypes.GF.conf] - [dark-filetypes.GF.conf ../src/tools/dark-filetypes.GF.conf] |
