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 +commentblock=comment +number=number +function=function +keyword=type +macro=preprocessor +string=string +operator=operator +variable=keyword_2 OK… I'm not sure either what to do here, and I guess this is one of the instances where the named styles we provide are not always enough. The actual problem is possibly more subtle, it `identifier` might be styled as `default` by most colorschemes because doing otherwise results in weird behavior in some filetypes, which might be for a bad reason; or it might be that we don't have enough subtleties in the styles we provide. @codebrainz do you have an opinion? -- 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_r207870438
