Closed gungunfebrianza closed 6 years ago
This is the code i was used on atom
doctype html html head title case statement in pug body
const orderstatus = 'ra';
case orderstatus when 'pending' p wait ya! when 'in-transit' p on the way! when 'complete' p complete default p we are close now
the last tag p after default does not have tag color.. probably there is problem on pug parsing algorithm or my atom?
This is the code i was used on atom
doctype html html head title case statement in pug body
const orderstatus = 'ra';
case orderstatus when 'pending' p wait ya! when 'in-transit' p on the way! when 'complete' p complete default p we are close now
the last tag p after default does not have tag color.. probably there is problem on pug parsing algorithm or my atom?