]> git.lizzy.rs Git - micro.git/blobdiff - syntax_files/html.micro
Proper window resize handling
[micro.git] / syntax_files / html.micro
index 082dc73d7cdc271674944594b55c4e0321fcec2e..20be4c9ff1659118fcbcd4a3139c2ced989eac0a 100644 (file)
@@ -1,7 +1,7 @@
 ## Here is a short improved example for HTML.
 ##
 syntax "HTML" "\.htm[l]?$"
-color brightblue (s) "<.*?>"
-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)="
+color identifier (s) "<.*?>"
+color special "&[^;[[:space:]]]*;"
+color constant ""[^"]*"|qq\|.*\|"
+color statement "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="