jEdit files for batari BASIC
Here's my mode file for jEdit for batari BASIC:
To use the syntax highlighting, put the batari BASIC.xml file in the MODES directory of jEdit. Then edit the catalog file in the same directory and add the following.
<MODE NAME="batari BASIC" FILE="batari BASIC.xml" FILE_NAME_GLOB="*.bas" />
I disable the vbscript mode file as it also uses *.bas for the file extension. I disabled it by changing its entry in the catalog file as follows
<!-- MODE NAME="vbscript" FILE="vbscript.xml"
FILE_NAME_GLOB="*.{vbs,bas,cls}" /-->
JEDIT NAVIGATION
<PREVIOUS> <INDEX> <NEXT>
<PREVIOUS> <INDEX> <NEXT>
2 Comments
Recommended Comments