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
