]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/html.micro
Update yaml header
[micro.git] / runtime / syntax / html.micro
index 20be4c9ff1659118fcbcd4a3139c2ced989eac0a..00b60f2a6dbf1daee138d5b81c5e9964f5b82290 100644 (file)
@@ -1,7 +1,7 @@
 ## Here is a short improved example for HTML.
 ##
-syntax "HTML" "\.htm[l]?$"
-color identifier (s) "<.*?>"
+syntax "html" "\.htm[l]?$"
+color identifier "<.*?>"
 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)="