b4n requested changes on this pull request. Assuming it works good enough, mostly LGTM
> + +# 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=chmod +x +FT_00_CM=chmod +x "%f" +FT_00_WD= that's odd. I suppose it's for the "Execute as Script" below? I think it's better to put the interpreter on that other command and not add `chmod +x`, which is probably not very convenient, and not really sounds like a really Swift-related thing. -- 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/1265#pullrequestreview-10214701
