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

Colomban Wendling notifications at xxxxx
Sat Nov 26 12:36:48 UTC 2016


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


More information about the Github-comments mailing list