[Github-comments] [geany/geany] Add support for Apple Swift language (#1265)

Colomban Wendling notifications at xxxxx
Sat Nov 26 13:27:05 UTC 2016


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20161126/2a6f0eb9/attachment.html>


More information about the Github-comments mailing list