mirror of
https://github.com/mawww/kakoune.git
synced 2024-12-25 20:41:49 +03:00
rc base html: Highlight the DOCTYPE and tag attributes
This commit is contained in:
parent
4e36bc7bf8
commit
eb0786e001
@ -27,6 +27,8 @@ add-highlighter -group /html/style ref css
|
||||
add-highlighter -group /html/script ref javascript
|
||||
|
||||
add-highlighter -group /html/tag regex </?(\w+) 1:keyword
|
||||
add-highlighter -group /html/tag regex \b([a-zA-Z0-9_-]+)= 1:attribute
|
||||
add-highlighter -group /html/tag regex <(!DOCTYPE(\h+\w+)+) 1:meta
|
||||
|
||||
add-highlighter -group /html/tag regions content \
|
||||
string '"' (?<!\\)(\\\\)*" '' \
|
||||
|
Loading…
Reference in New Issue
Block a user