Skip to content
This repository has been archived by the owner on Apr 8, 2019. It is now read-only.

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

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

wants to merge 1 commit into from

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.

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

1 participant