Adding vim stuff
This commit is contained in:
@ -43,3 +43,11 @@ endsnippet
|
||||
snippet set "prepare for a set in tex {}" i
|
||||
\\\\{ ${1:${VISUAL:e}} \\\\} $0
|
||||
endsnippet
|
||||
|
||||
snippet forall "forall"
|
||||
\forall $0
|
||||
endsnippet
|
||||
|
||||
snippet exists "exists"
|
||||
\exists $0
|
||||
endsnippet
|
||||
|
6
vim/vimfile/after/syntax/html.vim
Normal file
6
vim/vimfile/after/syntax/html.vim
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
Reference in New Issue
Block a user