Explorar o código

Highlight wsdl/xsd like xml

Andrew Swistak %!s(int64=8) %!d(string=hai) anos
pai
achega
46bbe0a0b0
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      vimrc

+ 2 - 0
vimrc

@@ -340,6 +340,8 @@ endif
 
 au BufRead,BufNewFile *.Dockerfile set filetype=dockerfile
 au BufRead,BufNewFile *.go set filetype=go
+au BufRead,BufNewFile *.xsd set filetype=xml
+au BufRead,BufNewFile *.wsdl set filetype=xml
 
 " Close current window or quit vim if no active windows
 autocmd BufDelete * if len(filter(range(1, bufnr('$')), '!empty(bufname(v:val)) && buflisted(v:val)')) == 1 | q | endif