b4n requested changes on this pull request.
Okay, almost there :)
> +
+# the following characters are these which a "word" can contains, see
documentation
+#wordchars=_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789
+
+# single comments, like # in this file
+comment_single=//
+# multiline comments
+comment_open=/*
+comment_close=*/
+
+comment_use_indent=true
+
+[build-menu]
+FT_00_LB=
+FT_00_CM=
+FT_00_WD=
you should remove the empty entry and move the next ones in place (e.h. `FT_01`
→ `FT_00` and `FT_02` → `FT_01`)
> @@ -61,6 +61,7 @@ filetypes = \
filedefs/filetypes.ruby \
filedefs/filetypes.rust \
filedefs/filetypes.Scala.conf \
+ filedefs/filetypes.Swift.conf \
not very important, but we sort them alphabetically and case insensitively, so
it should go after `filetypes.sql`
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1323#pullrequestreview-10215425