Associationg vim syntax with file extension -
How can I tell to use a certain syntax definition with a new file extension? Suppose I have files that are some kind of XML, but there is a separate extension, how do I tell Vim that it should use syntax = xml by default for the new type?
Any help appreciated.
Comments
Post a Comment