Anthony Debucquoy
9eede5ef5f
This is a first dotfiles config. I think I have a lot more to add tho...
7 lines
232 B
VimL
7 lines
232 B
VimL
syn region djangotagmarkers start="{{" end="}}"
|
|
syn region djangovariablemarkers start="{%" end="%}"
|
|
command! -nargs=+ HiLink hi def link <args>
|
|
HiLink djangotagmarkers PreProc
|
|
HiLink djangovariablemarkers PreProc
|
|
delcommand HiLink
|