Skip to content

ianharper/Sublime-Text-MVBasic-Syntax

Repository files navigation

Sublime Text syntax highlighting, indentation, and sinppets for MultiValue Basic.

Sublime Text MVBasic Syntax Example (wED Theme) Sublime Text MVBasic Syntax Example (Monokai Theme)

Features

  • 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

Installation is easy with Sublime's command palette:

Package Control: Install Package
MultiValue BASIC

Contributing

Pull requests are welcome. For major changes please open an issue to discuss what you would like to change.

TODO

  • Add additional MV dialects
  • Add error highlighting (missing quotes, parens, etc.)
  • Optimize indentation plugin