Vim syntax highlighting for pasm
Fastrobot
Posts: 51
in Propeller 1
I use vim a lot, and I was noticing that the default syntax highlighting doesn't really work well with .pasm source code.
#, and '' get marked as comments and strings, rather than opcode colors and comments respectively.
Basically vim doesn't know what kind of source code pasm is, and there is no syntax highlighting file for it.
Does anyone have a syntax hilighting script for pasm?
#, and '' get marked as comments and strings, rather than opcode colors and comments respectively.
Basically vim doesn't know what kind of source code pasm is, and there is no syntax highlighting file for it.
Does anyone have a syntax hilighting script for pasm?
Comments
You will also need the ftdetect line: Mine is in .vim/ftdetect/spin.vim