I did a quick test of a ctags file using the following content at start of the file: ``` # format=ctags !_TAG_PROGRAM_AUTHOR LarsGit223 !_TAG_FILE_FORMAT 1.0 CSS3 ctags file alignment-adjust CSS3 //;"kind:c alignment-baseline CSS3 //;"kind:c ...more tags... ```
``` # format=ctags alignment-adjust CSS3 //;"kind:c alignment-baseline CSS3 //;"kind:c ...more tags... ``` ``` alignment-adjust CSS3 //;"kind:c alignment-baseline CSS3 //;"kind:c ...more tags... ``` In all cases the number of imported tags was the same. As a simple test I typed in the first and last tag to see if auto-completion recognizes them. That worked fine in all three cases. So I can confirm that it's working for me for ctags files. -- 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/1817#issuecomment-375760350
