highlight of `// NOTE` is _not working_ when no indentation in html file env: Ubuntu, Atom `v1.10.2`, atom UI: `Atom Dark`, atom Theme: `Atom Dark` Demo:  `sample.html` ``` html <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <script type="text/javascript"> var foo = 'bar'; // NOTE // NOTE // NOTE // NOTE // NOTE </script> </head> </html> <script type="text/javascript"> var foo = 'bar'; // NOTE // NOTE // NOTE </script> ```
highlight of
// NOTEis not working when no indentation in html fileenv: Ubuntu, Atom
v1.10.2, atom UI:Atom Dark, atom Theme:Atom DarkDemo:

sample.html