comparison runtime/filetype.vim @ 31217:e651c7a29c87 v9.0.0942

patch 9.0.0942: Workflow Description Language files are not recognized Commit: https://github.com/vim/vim/commit/f60bdc3417a56a1f69e001a7ec210b92d5b0f2e1 Author: Matt Dunford <zenmatic@gmail.com> Date: Thu Nov 24 20:01:18 2022 +0000 patch 9.0.0942: Workflow Description Language files are not recognized Problem: Workflow Description Language files are not recognized. Solution: Add a pattern for the "wdl" filetype. (Matt Dunford, closes #11611)
author Bram Moolenaar <Bram@vim.org>
date Thu, 24 Nov 2022 21:15:02 +0100
parents a7801222c9c5
children 5bdf73161e65
comparison
equal deleted inserted replaced
31216:eef7cbacdae6 31217:e651c7a29c87
2347 au BufNewFile,BufRead fglrxrc setf xml 2347 au BufNewFile,BufRead fglrxrc setf xml
2348 2348
2349 " Web Services Description Language (WSDL) 2349 " Web Services Description Language (WSDL)
2350 au BufNewFile,BufRead *.wsdl setf xml 2350 au BufNewFile,BufRead *.wsdl setf xml
2351 2351
2352 " Workflow Description Language (WDL)
2353 au BufNewFile,BufRead *.wdl setf wdl
2354
2352 " XLIFF (XML Localisation Interchange File Format) is also XML 2355 " XLIFF (XML Localisation Interchange File Format) is also XML
2353 au BufNewFile,BufRead *.xlf setf xml 2356 au BufNewFile,BufRead *.xlf setf xml
2354 au BufNewFile,BufRead *.xliff setf xml 2357 au BufNewFile,BufRead *.xliff setf xml
2355 2358
2356 " XML User Interface Language 2359 " XML User Interface Language