Adds syntax highlighting for CSJS in Atom.
https://github.com/rtsao/csjs
This Atom package will create a new language CSJS
within atom. By default, any file ending with .csjs.js
will assume the language-csjs
syntax highlighter.
The CSJS language uses the default javascript syntax highlighting and overrides the contents within the csjs`` tagged template string with CSS syntax highlighting.
apm install language-csjs
For CSS autocomplete support, download the autocomplete-csjs package