jwalton512 / vim-blade

Vim syntax highlighting for Blade templates.
226 stars 37 forks source link

Does not work with matchit.vim (fix linked) #36

Closed allendoerfer closed 8 years ago

allendoerfer commented 9 years ago

The plugin breaks the matchit.vim plugin, which is shipped with vim by default and lets you jump between tag pairs.

Here is a fix, that tells matchit to use the html regexes:

http://stackoverflow.com/questions/28230238/matchit-not-working-in-customed-filetype/28235431#28235431

To further improve it one could add regexes for blade-tags.

jwalton512 commented 8 years ago

I don't use matchit. Can you confirm this issue still exists with the most recent updates. I assume that it will as I haven't included any logic similar to what you linked.

jwalton512 commented 8 years ago

closing for now. @allendoerfer if you notice this issue still exists, please let me know.

adriaanzon commented 8 years ago

As of e2a1686, Blade directives have matchit support too :smile: