devongovett / atom-jade

Jade TextMate bundle converted for Atom
51 stars 26 forks source link

atom detect .jade as .html #49

Open SilentImp opened 9 years ago

SilentImp commented 9 years ago

I want to see jade highlighting when I open .jade file on mac. Currently I have https://atom.io/packages/language-jade installed, but when I open .jade file atom detect it as html. I install https://atom.io/packages/file-types and add to config file (atom->open your config):

"file-types":
    jade: «source.jade»

It don't change anything at all. I think default atom language-html plugin override my settings. If I disable language-html, then atom detect .jade correctly and highlight it properly. But without language-html plugin atom detect .html as plain text and don't highlight it at all. What I should to to get both html and jade proper highlighting?

With all best regards. Anton.

2PacIsAlive commented 8 years ago

:+1: