[Github-comments] [geany/geany] Skip the format specifier when loading a global tag file (#1817)

LarsGit223 notifications at xxxxx
Fri Mar 23 18:31:34 UTC 2018


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180323/6b10b759/attachment.html>


More information about the Github-comments mailing list