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

Closed
maxbrunsfeld opened this issue Dec 24, 2014 · 0 comments
Closed

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

maxbrunsfeld opened this issue Dec 24, 2014 · 0 comments

Comments

@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 means that for your xikij grammar to continue to support embedded C++, you'll need to add an include for the source.cpp grammar to this section. You probably want to keep the existing include, for backwards-compatibility with versions of Atom < 0.166.

I thought I'd better let you do it yourself rather than submit a PR because I see you have some code to generate the grammar for you.

Nice work on this package, sorry to change things out from under you!

Refs atom/language-c#54.

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

No branches or pull requests

1 participant