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

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -