CSJS in Atom
June 30, 2016 ยท View on GitHub
Adds syntax highlighting for CSJS in Atom.

What this does
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.
Usage
apm install language-csjs
Autocomplete
For CSS autocomplete support, download the autocomplete-csjs package