Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

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

Merged
merged 1 commit into from
Jan 13, 2015
Merged

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

merged 1 commit into from
Jan 13, 2015

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.

yasuyuky added a commit that referenced this pull request Jan 13, 2015
Handle new scope names for C++, Objective-C++
@yasuyuky yasuyuky merged commit 4642e9b into yasuyuky:master Jan 13, 2015
@yasuyuky
Copy link
Owner

I've just checked and it works fine! thanks 👍

@maxbrunsfeld maxbrunsfeld deleted the patch-1 branch January 13, 2015 07:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants