Open D1mon opened 7 years ago
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,
\}
does not work in .blade.php files with "jwalton512/vim-blade" plugin