aboutsummaryrefslogtreecommitdiff
path: root/runtime/lua/vim
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2022-11-25 09:17:08 +0100
committerGitHub <noreply@github.com>2022-11-25 09:17:08 +0100
commit5ca1f48b4021e25d97bc0a29644310be4db5f70d (patch)
tree52faeb7d6baa46491019ce5f091b3b82fc931e9c /runtime/lua/vim
parent2738f842f6da712ec0648620d846bfacb14bdcef (diff)
downloadrneovim-5ca1f48b4021e25d97bc0a29644310be4db5f70d.tar.gz
rneovim-5ca1f48b4021e25d97bc0a29644310be4db5f70d.tar.bz2
rneovim-5ca1f48b4021e25d97bc0a29644310be4db5f70d.zip
vim-patch:9.0.0942: Workflow Description Language files are not recognized (#21183)
Problem: Workflow Description Language files are not recognized. Solution: Add a pattern for the "wdl" filetype. (Matt Dunford, closes vim/vim#11611) https://github.com/vim/vim/commit/f60bdc3417a56a1f69e001a7ec210b92d5b0f2e1 Co-authored-by: Matt Dunford <zenmatic@gmail.com>
Diffstat (limited to 'runtime/lua/vim')
-rw-r--r--runtime/lua/vim/filetype.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua
index 1cc9beecc6..ced5bb97a9 100644
--- a/runtime/lua/vim/filetype.lua
+++ b/runtime/lua/vim/filetype.lua
@@ -1071,6 +1071,7 @@ local extension = {
vue = 'vue',
wat = 'wast',
wast = 'wast',
+ wdl = 'wdl',
wm = 'webmacro',
wbt = 'winbatch',
wml = 'wml',