Syntax highlighting #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Do you by any chance have some advice on which syntax highlighting scheme to use for Mold templates? There don't seem to be any dedicated ones (at least not for vim), and I can't find another templating language with a syntax that's similar enough to work.
Not really. I use HTML mode when editing these.
Right, on my machine the
<<and>>were being marked as syntax errors though, which was a bit annoying. For reference: I solved it by combining both answers to this stackoverflow answer, dropping the following in~/.vim/after/syntax/html.vim: