summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorAnton Parkhomenko <chuwy@users.noreply.github.com>2023-08-09 21:50:52 +0700
committerGitHub <noreply@github.com>2023-08-09 16:50:52 +0200
commit7159ac7fec282ad7427795b4bcd5b769268c083d (patch)
tree87017eb084ea7dc96f265f98bb0bcd03b05e66bb /runtime/filetype.vim
parent8967f6c4b9e2071dea9a63dbbbb93f6b9119ae99 (diff)
Unison support (#12715)
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index f63a1461a1..dd7e3bc9bd 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -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