X-Git-Url: http://git.madism.org/?p=~madcoder%2Fdotfiles.git;a=blobdiff_plain;f=vimrc;fp=vimrc;h=ffd0d5f325fed72fa6e7aba2f7d29b395c40d25e;hp=7127c782fcbee12b46ea842c69f3866d1125db45;hb=5d1af5e2d843cdca9551fcdd769ebad8075d6750;hpb=45b92f948ad78776c745acc1ae7cc9f7041e3a34 diff --git a/vimrc b/vimrc index 7127c78..ffd0d5f 100644 --- a/vimrc +++ b/vimrc @@ -223,12 +223,13 @@ if has("autocmd") au FileType debchangelog normal zO + au FileType asciidoc setlocal tw=78 noet ts=8 sw=8 au FileType javascript setlocal cindent tw=78 iskeyword+=$ au FileType actionscript setlocal cindent tw=78 iskeyword+=$ noignorecase ff=dos au FileType mail setlocal noet iskeyword+=- tw=72 au FileType haxe setlocal tw=78 noignorecase cin ai - au FileType c,cpp setlocal tw=78 noignorecase "fo-=ro + au FileType d,c,cpp setlocal tw=78 noignorecase "fo-=ro au FileType ocaml,acute,omlet setlocal sw=2 sts=2 tw=78 au FileType php setlocal et fo+=ro tw=78 indentexpr= cin au FileType python setlocal foldmethod=indent foldnestmax=1 @@ -438,6 +439,8 @@ if has("gui_running") || &t_Co >= 88 SynLink doxygenSpecialHeading doxygenBrief SynLink doxygenParamDirection doxygenSpecial + exec myhi("javaScriptTpl", "none", "7fcf7f", "none") + exec myhi("javaScriptTplMark","none", "b218b2", "none") exec myhi("doxygenComment", "none", "6060ff", "0f0f0f") exec myhi("doxygenBrief", "none", "6060ff", "0f0f0f") exec myhi("doxygenPrev", "none", "6060ff", "0f0f0f") @@ -474,4 +477,5 @@ endif hi def link htmlTag htmlStatement hi def link htmlEndTag htmlStatement +ia sabine Sabine " }}}