[Github-comments] [geany/geany] Add AutoIt syntax highlighting and Ctags parser for AutoIt (#1752)

Skif-off notifications at xxxxx
Mon Aug 6 11:55:17 UTC 2018


Skif-off commented on this pull request.



> @@ -0,0 +1,72 @@
+# For complete documentation of this file, please see Geany's main documentation
+# AutoIt 3.3.14.2
+[styling]
+# Edit these in the colorscheme .conf file instead
+default=default
+comment=comment
+commentblock=comment
+number=number
+function=function
+keyword=type
+macro=preprocessor
+string=string
+operator=operator
+variable=keyword_2

```identifier == default``` in all Geany's colorshemes (default and from [here](https://github.com/geany/geany-themes)), but I wanted to use the highlighting.
Some```filetypes*``` has ```variable=type```, but I already use ```type``` and I took ```keyword_2``` because that it no one uses and it looks normal in all colorschemes.

I don't know what to do here.

-- 
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/1752#discussion_r207864934
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180806/90295c2b/attachment.html>


More information about the Github-comments mailing list