@elextr

But does the filetype need a parser for tags to work?

Thanks! I was scared that I must write parser for CTags :)) I read about filetype configuration again, remembered that AutoIt v3 is a freeware BASIC-like scripting language and tried

...
[settings]
...
tag_parser=FreeBasic
...

Now autocompletion works, but some keywords not works (like #letters and macroses @letters ). I tried changing parametres whitespace_chars and wordchars - without effect. I found theme Geany tag files on freebasic.net: author excluded words such as #letters. I think it's normal :)
I want fix filetypes.autoit, but I have doubt (little-little): is tag_parser=FreeBasic a good solution?

What about first question? Is likely no?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.