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

Case Syntax Highlight fail on atom #48

Closed gungunfebrianza closed 6 years ago

gungunfebrianza commented 6 years ago

This is the code i was used on atom

doctype html html head title case statement in pug body

the last tag p after default does not have tag color.. probably there is problem on pug parsing algorithm or my atom?