forked from aniani/vim
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)
This commit is contained in:
committed by
Bram Moolenaar
parent
1273dfb015
commit
f60bdc3417
@@ -623,6 +623,7 @@ let s:filename_checks = {
|
||||
\ 'vroom': ['file.vroom'],
|
||||
\ 'vue': ['file.vue'],
|
||||
\ 'wast': ['file.wast', 'file.wat'],
|
||||
\ 'wdl': ['file.wdl'],
|
||||
\ 'webmacro': ['file.wm'],
|
||||
\ 'wget': ['.wgetrc', 'wgetrc'],
|
||||
\ 'wget2': ['.wget2rc', 'wget2rc'],
|
||||
|
||||
Reference in New Issue
Block a user