puranjayjain / language-liquid

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

Atom autodetects HTML files as HTML (Liquid) #35

Open HauntedSmores opened 6 years ago

HauntedSmores commented 6 years ago

As mentioned in the documentation for the package, plain HTML files are considered HTML (Liquid). Normally this wouldnt be such a problem, but there are other packages (namely Emmet) that determine certain functionality based on file type. This functionality stops working for HTML files because this language package makes Atom autodetect HTML files as HTML (Liquid) files.

A work around is to manually set your HTML files as such instead of autodetect, but that quickly becomes tedious.

tjkohli commented 5 years ago

I have the opposite issue. As of recently, with the latest versions of Atom, it autodetects files that were previously detected as HTML (Liquid), as HTML instead.

puranjayjain commented 5 years ago

@tjkohli What you are saying is all HTML files are being detected as HTML files regardless of the fact that they are language liquid files or not. Correct?