diff options
author | Teddy Wing | 2017-02-07 16:53:12 +0100 |
---|---|---|
committer | Teddy Wing | 2017-02-07 16:56:28 +0100 |
commit | deef4f6d68deb7c3df2505acbfecdfd85529939e (patch) | |
tree | 8cb116181a3d2a3b928ada78c6941f740e58d1e8 /plugin | |
parent | 9ee93c037e21f90650004175850f84a5b6d6d699 (diff) | |
download | dotvim-deef4f6d68deb7c3df2505acbfecdfd85529939e.tar.bz2 |
Create new filetype plugin 'htmlerb'
I want the HTML matchit command to be available in *.html.erb files.
Normally, these files get loaded as `filetype=eruby`.
The trouble with that is that not all eruby is HTML, so I can't load the
matcher in the 'eruby' filetype because it might not make sense.
Create a new special filetype for *.html.erb files that uses the normal
eruby syntax, but includes the HTML matchit command.
Diffstat (limited to 'plugin')
0 files changed, 0 insertions, 0 deletions