Theme is still WIP.
Python apm install MagicPython
Lua apm install language-lua
Javascript (bundled)
Markdown apm install language-markdown
HTML (bundled)
XML (bundled)
CSS/Less (bundled)
Json (bundled)
Yaml (bundled)
.gitignore apm install language-gitignore
React JSX
apm install language-babel
These packages are obtrusive and break bundled javascript highlighter,
which is better in my opinion. To keep .js
files untouched add to config:
"*":core:customFileTypes:"source.js": ["js"]
For JSX code just use .jsx
extension.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.