From 6a36b486fae612798ec36873ccbbdbca73df4f6c Mon Sep 17 00:00:00 2001 From: Inari Listenmaa Date: Fri, 3 Mar 2023 01:17:28 +0100 Subject: [PATCH] Update instructions for Geany --- doc/gf-editor-modes.t2t | 6 ++++-- 1 file 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]