summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-03-11 15:57:40 +0100
committerBram Moolenaar <Bram@vim.org>2012-03-11 15:57:40 +0100
commit84f7235bdbcc58876869ba8047530ef60443061a (patch)
tree5092ec85f621ee24d84ba29eeebbbc29ce40aac4 /runtime/filetype.vim
parent7c578d3c3f501c0dd86c48aad6816a6ce6e3fc77 (diff)
Updated runtime files. Add Dutch translations.
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim5
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 6f8e2c69d6..b9773b7148 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2012 Feb 05
+" Last Change: 2012 Feb 24
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -2317,6 +2317,9 @@ au BufNewFile,BufRead fglrxrc setf xml
au BufNewFile,BufRead *.xlf setf xml
au BufNewFile,BufRead *.xliff setf xml
+" XML User Interface Language
+au BufNewFile,BufRead *.xul setf xml
+
" X11 xmodmap (also see below)
au BufNewFile,BufRead *Xmodmap setf xmodmap