vim-patch:9.0.1678: blade files are not recognized (#24601)

Problem:    Blade files are not recognized.
Solution:   Add a pattern for Blade files. (closes vim/vim#12650)

ad34abee25

Co-authored-by: Bram Moolenaar <Bram@vim.org>
This commit is contained in:
ObserverOfTime
2023-08-07 19:44:52 +03:00
committed by GitHub
parent c0beb8173f
commit ce792db5b8
2 changed files with 2 additions and 0 deletions

View File

@@ -1809,6 +1809,7 @@ local pattern = {
['.*/build/conf/.*%.conf'] = 'bitbake',
['.*/meta/conf/.*%.conf'] = 'bitbake',
['.*/meta%-.*/conf/.*%.conf'] = 'bitbake',
['.*%.blade%.php'] = 'blade',
['bzr_log%..*'] = 'bzr',
['.*enlightenment/.*%.cfg'] = 'c',
['${HOME}/cabal%.config'] = 'cabalconfig',