This is a TextMate bundle for the Burn programming language.
- Syntax highlighting for
.bn
files - Snippets for common language constructs
- Commands for running Burn files and starting the REPL
- Clone this repository or download it
- Double-click the
Burn.tmbundle
file to install it in TextMate
- Install the "TextMate Languages" extension
- Add this bundle to your TextMate bundles path
The following snippets are available:
def
- Create a new type definitionfor
- Create a for loopfun
- Create a function definitionif
- Create an if-else statementimport
- Create an import statementmain
- Create a main functionwhile
- Create a while loop
⌘R
- Run the current file⌃⌘R
- Start the Burn REPL