b4n commented on this pull request.
> + +# 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 should be the same as running `swift "%f"`, with or without execution bit. The execution bit just allows the OS to execute, see the shebang and forward execution to `/usr/bin/env swift "$@"` -- 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
