Vim Scripts
Description
This is a collection of some of my scripts for the Vim text editor. Hopefully, scripts will be added and removed to this page as they are created and integrated upstream. Files which are already integrated will be marked appropriately (if there is an updated version or bugfix).
Microsoft Message File Support
Support syntax highlighting and some format-specific settings for the Microsoft Message File format.
Integration Status
Submitted to upstream for inclusion.
Installing
- Place the msmessages.vim syntax file
into the syntax folder of your Vim installation (or Vim user directory) and the
msmessages.vim ftplugin file into the
ftplugindirectory. - Either add
au BufRead,BufNewFile *.mc set filetype=msmessagesinto yourvimrcfile or into a newly created file in anftdetectfolder adjacent toftpluginandsyntax(or any other method described in the instructions in filetype.txt).
License
MIT or under the same terms as the Vim License.