Code Monkey home page Code Monkey logo

Comments (7)

kevinsawicki avatar kevinsawicki commented on July 18, 2024

Thanks for reporting this, this is most likely a core bug where the config system is corrupting the selectors.

/cc @benogle @maxbrunsfeld

from language-c.

maxbrunsfeld avatar maxbrunsfeld commented on July 18, 2024

The problem might actually be in slick, the node module we use to parse CSS selectors:

selector = ".c\\+\\+.source"
selector = slick.parse(selector).toString() # => "*.c++.source"
selector = slick.parse(selector).toString() # => "*.c ++ *.source"

It removes the backslashes, which are needed the next time the selector is parsed.

from language-c.

maxbrunsfeld avatar maxbrunsfeld commented on July 18, 2024

The simplest fix would probably be @nickgravelyn's idea:

it might be good to change the syntax scope to "cpp" instead

@kevinsawicki what do you think?

from language-c.

kevinsawicki avatar kevinsawicki commented on July 18, 2024

Yeah, I'm all for changing it, the pluses were never a good idea to begin with and were just a leftover from converting the TextMate bundle.

The downside is breakage of any themes, snippets, etc. that are currently out there.

from language-c.

lee-dohm avatar lee-dohm commented on July 18, 2024

👍

from language-c.

maxbrunsfeld avatar maxbrunsfeld commented on July 18, 2024

@nickgravelyn, this is fixed on master and will be in the next Atom release, v0.166. Thanks!

from language-c.

kellygravelyn avatar kellygravelyn commented on July 18, 2024

Awesome, thanks for the quick and decisive response. 👍

from language-c.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.