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

Handle new scope names for C++, Objective-C++ #39

Merged
merged 1 commit into from
Dec 25, 2014
Merged

Handle new scope names for C++, Objective-C++ #39

merged 1 commit into from
Dec 25, 2014

Conversation

maxbrunsfeld
Copy link

In the next release of Atom (v0.166), the scope name for C++ and Objective-C++ will change from source.c++ and source.objc++ to source.cpp and source.objcpp. This is being done to work around some issues with CSS classes containing '+' characters. This PR adds handling for the new scope names, but will continue to handle the old ones, for compatibility with old versions of Atom.

Refs atom/language-c#54.

yongkangchen added a commit that referenced this pull request Dec 25, 2014
Handle new scope names for C++, Objective-C++
@yongkangchen yongkangchen merged commit 43e1d4d into yongkangchen:master Dec 25, 2014
@yongkangchen
Copy link
Owner

Thanks very much.

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

2 participants