]> Vim Scripts

Kevin Locke's Homepage

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

  1. 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 ftplugin directory.
  2. Either add au BufRead,BufNewFile *.mc set filetype=msmessages into your vimrc file or into a newly created file in an ftdetect folder adjacent to ftplugin and syntax (or any other method described in the instructions in filetype.txt).

License

MIT or under the same terms as the Vim License.