summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorMatt Dunford <zenmatic@gmail.com>2022-11-24 20:01:18 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-24 20:01:18 +0000
commitf60bdc3417a56a1f69e001a7ec210b92d5b0f2e1 (patch)
tree3bc5cd4e399580dfbc158a7cce39e75204a6625f /runtime/filetype.vim
parent1273dfb015cf8f710023427658c147fa616bfe48 (diff)
patch 9.0.0942: Workflow Description Language files are not recognizedv9.0.0942
Problem: Workflow Description Language files are not recognized. Solution: Add a pattern for the "wdl" filetype. (Matt Dunford, closes #11611)
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 d8b0c11bc8..2013a8697e 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -2349,6 +2349,9 @@ au BufNewFile,BufRead fglrxrc setf xml
" Web Services Description Language (WSDL)
au BufNewFile,BufRead *.wsdl setf xml
+" Workflow Description Language (WDL)
+au BufNewFile,BufRead *.wdl setf wdl
+
" XLIFF (XML Localisation Interchange File Format) is also XML
au BufNewFile,BufRead *.xlf setf xml
au BufNewFile,BufRead *.xliff setf xml