Open liuderchi opened 8 years ago
highlight of // NOTE is not working when no indentation in html file
// NOTE
env: Ubuntu, Atom v1.10.2, atom UI: Atom Dark, atom Theme: Atom Dark
v1.10.2
Atom Dark
Demo:
sample.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
// NOTE
is not working when no indentation in html fileenv: Ubuntu, Atom
v1.10.2
, atom UI:Atom Dark
, atom Theme:Atom Dark
Demo:
sample.html