b4n 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 We have 2 named styles: one for single-line comments, and one for multi-line comments. While most of the colorschemes (if not all) use the same colors for both, it's a good thing to still differentiate those in the filetypes files to so a colorscheme that would want to style them different would work consistently with all filetypes. -- 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_r207868887
