Open Xiao-HuangShu opened 5 years ago
@Xiao-HuangShu hey, thanks for this issue. I'll provide more details about the underlying problem later, need to recall what happened.
The fix is simple but have to be done by hands.
If you go Atom
-> Config...
, you will see config.cson file. You need to add one field for core
property:
customFileTypes:
"source.js.jsx": [
"js"
]
This is how it looks in my editor:
@ezhlobo It`s worked, thank you very much
@ezhlobo
Using new language-babel I catch an error (see screenshot). customFileTypes
does not help. any ideas ?
I am using language-pug
, but also it not works for language-jade
, language-pug-jade
and other analogies.
Atom Code highlighting does not work I followed the instructions, but it didn't work.
The result is like this
I tried "language-pug-jade",“ language-pug” and “atom-pug” but they didn't work.
Atom version:
Why is this, what should I do?