Update vim examples from sgml to xml
Approved by: bcr (mentor)
This commit is contained in:
parent
9e90a2b026
commit
f7a4177fe2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=39906
1 changed files with 0 additions and 11 deletions
|
@ -1,11 +0,0 @@
|
|||
" formatting SGML documents
|
||||
" $FreeBSD$
|
||||
|
||||
if !exists("format_fdp_sgml")
|
||||
let format_fdp_sgml = 1
|
||||
" correction for highlighting special characters
|
||||
autocmd BufNewFile,BufRead *.sgml,*.ent,*.html syn match sgmlSpecial "&[^;]*;"
|
||||
|
||||
" formatting FreeBSD SGML/Docbook
|
||||
autocmd BufNewFile,BufRead *.sgml,*.ent set autoindent formatoptions=tcq2l textwidth=70 shiftwidth=2 softtabstop=2 tabstop=8
|
||||
endif
|
Loading…
Reference in a new issue