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

Color Problem When Add Curly Braces With Interpolation #44

Open OsamaElzero opened 6 years ago

OsamaElzero commented 6 years ago

This Example

#{'}'}!

It must show first { with green color and last one } with green color. but its show first one { with green color and second one } with green color and last one with white color