Sublime Text syntax highlighting, indentation, and sinppets for MultiValue Basic.
- MultiValue Syntaxes Supported:
- D3
- jBASE
- OpenQM
- mvBase
- "\" Quotes
- Auto-Indentation while typing
- "wED" Color Scheme (at least this is how I've setup colors in wED)
- Integration with Sublime's Goto Definition for MV Basic line labels and subroutine calls
- Snippets:
- if-then if-else if-then-else
- for dcount-for
- loop-repeat
- execute-loop-readnext-read-repeat
- begin case-case-end case
- open
- read-readnext
Installation is easy with Sublime's command palette:
Package Control: Install Package
MultiValue BASIC
Pull requests are welcome. For major changes please open an issue to discuss what you would like to change.
- Add additional MV dialects
- Add error highlighting (missing quotes, parens, etc.)
- Optimize indentation plugin