Atom Syntax highlight for Riot.js .tag
components.
riot-tag
apm install language-riot-tag
keymap.cson
file.'atom-text-editor[data-grammar="text html riot"]:not([mini])':
'tab': 'emmet:expand-abbreviation-with-tab'
<script></script>
tag to get syntax highlights.CoffeeScript
, Sass
, Scss
, Less
and Stylus
highlights should work fine. You need to specify your language on the type
attribute. e.g. (<style type="stylus">)
Jade
is not supported.Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.