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

Merged
merged 1 commit into from
Dec 25, 2014
Merged

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

merged 1 commit into from
Dec 25, 2014

Conversation

maxbrunsfeld
Copy link
Contributor

In the next release of Atom (v0.166), the scope names 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.

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

xndcn commented Dec 25, 2014

@maxbrunsfeld Thank you very much!

@maxbrunsfeld maxbrunsfeld deleted the patch-1 branch December 25, 2014 02:41
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