GithubHelp home page GithubHelp logo

add new snippets about language-xml HOT 4 CLOSED

atom avatar atom commented on August 19, 2024
add new snippets

from language-xml.

Comments (4)

lee-dohm avatar lee-dohm commented on August 19, 2024

Yes, you can add snippets for any language in ~/.atom/snippets.cson. A couple things to keep in mind:

  1. CSON is an indentation-sensitive language
  2. CSON, like JSON, is an object notation. This means that if you use the same key multiple times, the last one wins and overwrites the older ones.

If you've double-checked these and you're still having trouble, feel free to post your snippets.cson here or in a Gist and we can perhaps help you debug.

from language-xml.

StatelessCat avatar StatelessCat commented on August 19, 2024

Thanks for your help, i found the reason of my issue, i was using

'.source.xml':

instead of

'.text.xml':

What is the reason for XML to be treated like "text" ?

from language-xml.

lee-dohm avatar lee-dohm commented on August 19, 2024

It's largely arbitrary and most likely came over from the initial conversion from the TextMate package. If you want a reason, markup languages are not "source" in that they are not "compiled" or "interpreted" into executable code in the traditional sense. Then again, the same can be said of Markdown, but its scope is .source.gfm ... so there you are ... arbitrary 😀

It sounds like this is resolved so I'm going to close it. Let us know if you have any more issues!

from language-xml.

StatelessCat avatar StatelessCat commented on August 19, 2024

Thanks for the explaination :)

from language-xml.

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.