Valloric/MatchTagAlways

does not work in .blade.php files

D1mon opened this issue · 1 comments

D1mon commented

does not work in .blade.php files with "jwalton512/vim-blade" plugin

Run :set ft? and check what's the filetype. For me, it was php
add the ft to the list as given in the docs
eg:

let g:mta_filetypes = {
    \ 'html' : 1,
    \ 'xhtml' : 1,
    \ 'xml' : 1,
    \ 'jinja' : 1,
    \ 'php' : 1,
    \}