puranjayjain / language-liquid

Liquid language support for Atom.
MIT License
28 stars 23 forks source link

Disabling .html #16

Closed chriswelchgb closed 7 years ago

chriswelchgb commented 8 years ago

In my project I only have .liquid files with liquid, and .html are strictly HTML5. By default, all new HTML files open with language-liquid. This is only a problem because I want to use atom-htmlhint, but it will only work when the HTML files are parsed with the HTML language type.

Can you provide a configuration to allow me to only have parsing supported in .liquid?

puranjayjain commented 8 years ago

@chriswelchgb in issue #10 we were trying to solve the problem of embedding language inside one another. I think it would solve this problem too but unfortunately I cant get it to work right now. I'll have dive a little deeper into the api and some time. Meanwhile Feel free to start a PR.

chriswelchgb commented 8 years ago

Thanks for the quick response!