We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
@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:
Atom
Config...
core
customFileTypes: "source.js.jsx": [ "js" ]
This is how it looks in my editor:
Sorry, something went wrong.
@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 ?
customFileTypes
I am using language-pug, but also it not works for language-jade, language-pug-jade and other analogies.
language-pug
language-jade
language-pug-jade
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: