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++ #16

Merged
merged 1 commit into from
Dec 25, 2014
Merged

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

merged 1 commit into from
Dec 25, 2014

Conversation

maxbrunsfeld
Copy link
Contributor

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.

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

suda commented Dec 25, 2014

@maxbrunsfeld thanks Max!

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