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

Objective-C headers (.h) mistaken for C++ #962

Closed
mdznr opened this issue Feb 21, 2014 · 3 comments
Closed

Objective-C headers (.h) mistaken for C++ #962

mdznr opened this issue Feb 21, 2014 · 3 comments

Comments

@mdznr
Copy link

mdznr commented Feb 21, 2014

Some of my project is confused for C++, even though it's all Objective-C.

https://github.com/mdznr/Colors

@pchaigno
Copy link
Contributor

It's an old problem: #928.
Objective-C headers are identified with the keyword @interface in heuristics.rb.
Your files contain it so they should be correctly identified.
Maybe @tnm knows what's the problem here...

@mdznr
Copy link
Author

mdznr commented Feb 23, 2014

That's strange. Hopefully this can be resolved. Thank you @pchaigno for forwarding this on to @tnm !

@bkeepers
Copy link
Contributor

Thanks for the report. This is a common issue. We're tracking progress for a fix in #1626.

@github-linguist github-linguist locked as resolved and limited conversation to collaborators Jun 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants