I am trying to create a new snippet to my snipMate plugin.
I work with some files called (i.e.) myfile.endfile
All .endfile files should have the same "snippet" like .html files. So I did
cp html.snippet endfile.snippet
in my ~/.vim/snippets directory.
SnipMate is working with all present snippets, but not with my new created one. Any suggestions for this problem?
(Btw: after creating the new .snippet file, I ran :helptags ~/.vim/doc
command in an vim instance.)