Add xml to htmllike

This commit is contained in:
Andy K. Massimino
2021-06-14 21:55:56 -04:00
parent df3fda32ba
commit 23fae63ada

View File

@@ -30,7 +30,7 @@ endfunction
let s:htmllikeft = [
\ 'tidy', 'php', 'liquid', 'haml', 'tt2html',
\ 'html', 'xhtml', 'jsp', 'htmldjango',
\ 'html', 'xhtml', 'xml', 'jsp', 'htmldjango',
\ 'aspvbs', 'rmd', 'markdown', 'eruby',
\ 'javascriptreact', 'typescriptreact', 'svelte'
\]