1
0
forked from aniani/vim

Unison support (#12715)

This commit is contained in:
Anton Parkhomenko
2023-08-09 21:50:52 +07:00
committed by GitHub
parent 8967f6c4b9
commit 7159ac7fec
4 changed files with 121 additions and 0 deletions

View File

@@ -2490,6 +2490,9 @@ au BufNewFile,BufRead *.fsproj,*.fsproj.user setf xml
" VBPROJ files are Visual Studio.NET's XML-based Visual Basic project config files
au BufNewFile,BufRead *.vbproj,*.vbproj.user setf xml
" Unison Language
au BufNewFile,BufRead *.u,*.uu setf unison
" Qt Linguist translation source and Qt User Interface Files are XML
" However, for .ts TypeScript is more common.
au BufNewFile,BufRead *.ui setf xml