genoma / language-pug

A Pug (was Jade) syntax highlighting for Atom, derived from https://github.com/davidrios/jade-tmbundle
MIT License
26 stars 8 forks source link

highlight of :coffee-script is broken #9

Open lazytyper opened 7 years ago

lazytyper commented 7 years ago

Since the last update, the highlight of coffee-script code is not supported anymore.

script(type='text/javascript')
  :coffee-script(bare='true')
    us2de = (d) ->
      d.split('-').reverse().join('.')
zekida commented 7 years ago

screen shot 2016-10-02 at 2 37 19 pm

did a quick test using some filters. seems to work on mine.. wonder what could be causing the problem..