prog8/syntax-files/Vim
Irmen de Jong 9706b46012 credits
2021-03-23 02:50:16 +01:00
..
prog8.vim Add Vim syntax highlighting file 2021-03-22 12:13:20 -04:00
readme.txt credits 2021-03-23 02:50:16 +01:00

Vim syntax highlighting definitions.
Created by Elektron72 on github


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