mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
8092355acb
This will make the highlighting slightly slower, but will fix issues with assembly not being highlighted properly. |
||
---|---|---|
.. | ||
prog8.vim | ||
readme.txt |
To install: Copy prog8.vim into ~/.vim/syntax/ To enable: Type: :set ft=prog8 to enable syntax highlighting in the open file. Alternatively, if you would like to enable syntax highlighting for all .p8 files, add the following line to your .vimrc: au BufRead,BufNewFile *.p8 setfiletype prog8