add html! highlighter

This commit is contained in:
lelgenio 2022-08-27 20:25:44 -03:00
parent c8c40a6abd
commit 6e3091d419
1 changed files with 6 additions and 0 deletions

View File

@ -59,6 +59,12 @@ hook global BufCreate .*\.(tera|askama)\.?.* %[
add-highlighter buffer/jinja ref jinja
]
hook global WinSetOption filetype=rust %[
require-module rust
require-module html
add-highlighter shared/rust/html region -recurse '\{' 'html!\s*\{\K' '(?=\})' ref html
]
hook global WinSetOption filetype=sql %[
set buffer comment_line '--'
]