diff --git a/html.nanorc b/html.nanorc
index f44bb01..62984df 100644
--- a/html.nanorc
+++ b/html.nanorc
@@ -3,5 +3,5 @@
syntax "html" "\.htm[l]?$"
color brightblue start="<" end=">"
color red "&[^;[[:space:]]]*;"
-color yellow "".*"|qq\|.*\|"
-color red "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="
\ No newline at end of file
+color yellow ""[^"]*"|qq\|.*\|"
+color red "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="