In my vim environment, I want to add a few specific snippets that should only be active when I am editing mySpecial.html file.
Since this file is an html file I want it to have the html filetype. But on the other hand, if I edit any other html file, I don't want the specific snippets to be active. So, it seems I cannot use the standard filetype mechanism for this.
Is there any solution to my problem?