Skip to content

programandala-net/sbim

Repository files navigation

SBim

SBim is an S*BASIC preprocessor written in Vimscript, the programming language of the Vim editor.

Files

LICENSE.txt

the license

Makefile

used by make to (un)install SBim

README.adoc

this file

VERSIONS.adoc

the versions history

sbasic2sbim.vim

a simple converter from S*BASIC to SBim

sbim.converter.vim

the converter from SBim to actual S*BASIC

sbim.ftdetect.vim

the Vim filetype detecter for SBim

sbim.ftplugin.vim

the Vim filetype plugin for SBim

syntax/sbim.vim

the Vim syntax file for SBim

syntax/superbasic.vim

the Vim syntax file for SuperBASIC

Note: sbasic2sbim.vim is not installed. It must be used manually from Vim. See the source for details.

Install and uninstall

make install
make uninstall

The Vim files are installed in <\~/.vim>. The CLI command is installed in <\~/bin>.

Git repository

The Git repository was created on 2016-12-09 from development backups, in order to prepare the first release and make future development easier.