mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-01 13:50:44 +00:00
11 lines
311 B
YAML
11 lines
311 B
YAML
|
|
filetype: html
|
||
|
|
|
||
|
|
detect:
|
||
|
|
filename: "\\.htm[l]?$"
|
||
|
|
|
||
|
|
rules:
|
||
|
|
- identifier: "<.*?>"
|
||
|
|
- special: "&[^;[[:space:]]]*;"
|
||
|
|
- statement: "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="
|
||
|
|
- constant: "\"[^\"]*\"|qq\\|.*\\|"
|
||
|
|
|