mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-30 05:46:28 -04:00
Added css, html, makefile, micro, scala, typescript, and xml
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
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\\|.*\\|"
|
||||
|
||||
Reference in New Issue
Block a user