XML colors
This commit is contained in:
parent
a418ab3e36
commit
f5fa4c1904
2 changed files with 4 additions and 9 deletions
|
@ -54,6 +54,9 @@ hi ZshDeref cterm=NONE ctermfg=7 ctermbg=NONE
|
|||
hi ZshShortDeref cterm=NONE ctermfg=7 ctermbg=NONE
|
||||
hi ZshSubstDelim cterm=NONE ctermfg=7 ctermbg=NONE
|
||||
|
||||
" Residual XML colors
|
||||
hi xmlProcessingDelim cterm=NONE ctermfg=7 ctermbg=NONE
|
||||
|
||||
" Miscellaneous leftovers
|
||||
hi helpNote cterm=NONE ctermfg=7 ctermbg=NONE
|
||||
hi MatchParens cterm=NONE ctermfg=7 ctermbg=NONE
|
||||
|
|
|
@ -311,14 +311,7 @@ augroup vimrcEx
|
|||
\ endif
|
||||
|
||||
" Language whitespace settings
|
||||
autocmd FileType
|
||||
\ json,
|
||||
\ c,
|
||||
\ xml,
|
||||
\ java,
|
||||
\ php,
|
||||
\ python
|
||||
\ setl sw=4 stp=4
|
||||
autocmd FileType json,c,xml,java,php,python setl sw=4 sts=4
|
||||
autocmd FileType
|
||||
\ make
|
||||
\ setl noet sw=8 sts=8 ts=8
|
||||
|
@ -333,7 +326,6 @@ augroup vimrcEx
|
|||
" comments in code, but I haven't gotten that far yet.
|
||||
autocmd FileType
|
||||
\ markdown,
|
||||
\ tex
|
||||
\ setl tw=80 fo=t1
|
||||
|
||||
" Create files when opened
|
||||
|
|
Loading…
Add table
Reference in a new issue