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

Fixed issue where unbuffered js blocks don't get highlighted #13

Closed Aldlevine closed 7 years ago

Aldlevine commented 7 years ago

This pull request fixes an issue where compile-time js blocks wouldn't get scoped for js.

Before

image

After

image