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

Popular posts from this blog

c# - How to capture HTTP packet with SharpPcap -

php - Multiple Select with Explode: only returns the word "Array" -

php - jQuery AJAX Post not working -