html - How to make atom detect .jade correctly? -
i want see jade highlighting when open .jade file on mac. have https://atom.io/packages/language-jade installed, when open .jade file atom detect html. install https://atom.io/packages/file-types , add config file (atom->open config):
"file-types": jade: «source.jade»
it don't change @ all. think default atom language-html plugin override settings. if disable language-html, atom detect .jade correctly , highlight properly. without language-html plugin atom detect html plain text , don't highlight @ all. should to both html , jade proper highlighting?
with best regards. anton.
Comments
Post a Comment