sponsor Vim development Vim logo Vim Book Ad

PBASIC syntax : PBASIC syntax file

 script karma  Rating 43/22, Downloaded by 977  Comments, bugs, improvements  Vim wiki

created by
Nicholas De Cicco
 
script type
syntax
 
description
Syntax file for PBASIC 2.5; should work for older versions.
 
install details
UNIX: ~/.vim/syntax/pbasic.bs2
Windows: $VIMRUNTIME/syntax/pbasic.bs2

Create a file with the following lines:
au BufRead,BufNewFile *.[Bb][Ss][12] set filetype=pbasic
au BufRead,BufNewFile *.[Bb][Ss][12]p set filetype=pbasic
au BufRead,BufNewFile *.[Bb][Ss][12]p[ex] set filetype=pbasic
au BufRead,BufNewFile *.[Bb][Ss][12]sx set filetype=pbasic

...and save it to ~/.vim/ftdetect/bs2.vim
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
pbasic.vim 1.2 2009-10-25 6.0 Nicholas De Cicco #ELSEIF ... #THEN is now colored as PreCondit
pbasic.vim 1.1 2009-09-07 6.0 Nicholas De Cicco Fixed the patterns for PBASIC version and port declarations
pbasic.vim 1.0 2009-05-21 6.0 Nicholas De Cicco Initial upload
ip used for rating: 3.17.150.163

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github