gregsexton / MatchTag

Vim's MatchParen for HTML tags
http://www.vim.org/scripts/script.php?script_id=3818
311 stars 30 forks source link

No smarty template file support #10

Closed gezpage closed 12 years ago

gezpage commented 12 years ago

Greetings,

Great plugin, however I am constantly editing smarty template files which (ft=smarty) which there is no support for.

I have attempted copying the xml.vim to tpl.vim (file extension is .tpl) but it appears the matching algorithm breaks when curly braces are present.

Thanks.

Gez

gezpage commented 12 years ago

My bad, seems to work fine when the file matches the filetype, doh!

Forked and added, requested pull if you care to add this to your repo.

gregsexton commented 12 years ago

Hi,

Glad you solved your problem. In future, you need to name the file the same as the output of :set filetype?.

Thanks,

Greg