p-e-w / language-javascript-semantic

JavaScript Semantic Highlighting Package for Atom (NO LONGER MAINTAINED)
MIT License
82 stars 17 forks source link

Semantic Highlighting breaks snippets, etc #31

Open eighteyes opened 9 years ago

eighteyes commented 9 years ago

Due to changing file type detection. Cannot use.

nwant commented 9 years ago

If you add a '.source.js-semantic' scope to your snippets.cson file, snippets defined under said scope will be recognized when using the "Javascript (Semantic Highlighting)" grammar type.

bruinebeer commented 8 years ago

How can you do this for snippets coming from atom addon packages?

bruinebeer commented 8 years ago

I found that usually adding .source.js-semantic to snippets package cson files is enough. You should contact the package managers and ask for support. It's not that difficult to implement.

Or just say which packages, i'll take a look at it. I'm making a few pull requests for some packages right now.