summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2012-10-03 21:46:54 +0200
committerBram Moolenaar <Bram@vim.org>2012-10-03 21:46:54 +0200
commit97cc2384c07b2fd067375fdd5a1a41dbc6c892d6 (patch)
treeb1081bf0fb58f80c94bed1d77817e35dc08ec6ed /runtime/filetype.vim
parent14f5827940ebd819a77048761a28c0b208addaee (diff)
Update runtime files.
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 6f6bc812ad..5010d68773 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 Sep 06
+" Last Change: 2012 Oct 03
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -633,6 +633,9 @@ au BufNewFile,BufRead *.dsl setf dsl
" DTD (Document Type Definition for XML)
au BufNewFile,BufRead *.dtd setf dtd
+" DTS/DSTI (device tree files)
+au BufNewFile,BufRead *.dts,*.dtsi setf dts
+
" EDIF (*.edf,*.edif,*.edn,*.edo)
au BufNewFile,BufRead *.ed\(f\|if\|n\|o\) setf edif