language-csjs

CSJS syntax highlighter for Atom

MIT License

Stars
12

CSJS in Atom

Adds syntax highlighting for CSJS in Atom.

https://github.com/rtsao/csjs

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

https://github.com/neurosnap/autocomplete-csjs