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

Block Unbuffered Code Has Same Color As Element #43

Open OsamaElzero opened 6 years ago

OsamaElzero commented 6 years ago

When I Create unbuffered Code Like this

- var className = 'the-font'

Its Working ok without any problem and color is ok but when i create block unbuffered code the color appear as element

- 
  var className = 'the-font'
  var classType = 'Test'