PBASIC syntax : PBASIC syntax file
| script karma |
Rating 43/22,
Downloaded by 1198 |
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 |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.130
|