Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate tag files #2231

Open
philiprbrenan opened this issue Jul 27, 2019 · 3 comments
Open

Duplicate tag files #2231

philiprbrenan opened this issue Jul 27, 2019 · 3 comments

Comments

@philiprbrenan
Copy link

I have two identical tag files in my tags folder, one targeted at .pm files the
other at .xml.

diff -s Xml.pm.tags Xml.xml.tags
Files Xml.pm.tags and Xml.xml.tags are identical

If I edit zzz.pl tags work well:

geany -v zzz.pl
Geany-INFO: 18:15:46.169: Geany 1.32, en_US.UTF-8
Geany-INFO: 18:15:46.370: Loaded /home/phil/.config/geany/tags/Xml.pm.tags (Perl), 544 symbol(s).

If I start to edit an xml file:

Geany-INFO: 18:16:58.676: Loaded /home/phil/.config/geany/tags/Xml.xml.tags (XML), 0 symbol(s).

Now tag expansion no longer works either in the .pl file or in the .xml file.

Please suggest a way that I can get tag expansion to work in xml without
preventing it from working in .pl?

@elextr
Copy link
Member

elextr commented Jul 28, 2019

Try giving them different names?

@philiprbrenan
Copy link
Author

No improvement.

@b4n
Copy link
Member

b4n commented Jul 28, 2019

It's likely that the tag types are not compatible with XML. Tag types are specific to each parser, and might or might not overlap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants