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

C++,ObjectiveC,C,main: fix the broken selector for .h #3622

Merged
merged 2 commits into from
Jan 9, 2023

Conversation

masatake
Copy link
Member

@masatake masatake commented Jan 9, 2023

No description provided.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
…ectiveCKeywords() selector

Though "--map-C++=-.h --map-C=+.h" was passed to ctags, ctags run C++
parser for .h files because the parser selector,
selectByObjectiveCKeywords() didn't assume C parser. It assumed only
ObjectiveC and C++ parsers.

This change removes the assumption about C++ in the parser selection.

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
@masatake masatake merged commit 20f1247 into universal-ctags:master Jan 9, 2023
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

Successfully merging this pull request may close these issues.

None yet

1 participant