This plugin for the Vim text editor adds syntax highlighting for the Plasma programming language. As far as I know it can be installed with a plug-in manager, I'm using pathogen.
This is my first semi-serious attempt at writing a vim plugin. If you'd like to improve it please send patches!
Note that this takes over the .p file extension, so if you also work with Pascal you may wish to remove this plugin or solve #1.
Install pathogen (or another bundler) and I guess you can do:
cd .vim/bundle/
git clone https://github.com/PlasmaLang/vim.git plasma