Skip to content

burnlang/Burn.tmbundle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Burn TextMate Bundle

This is a TextMate bundle for the Burn programming language.

Features

  • Syntax highlighting for .bn files
  • Snippets for common language constructs
  • Commands for running Burn files and starting the REPL

Installation

TextMate 2

  1. Clone this repository or download it
  2. Double-click the Burn.tmbundle file to install it in TextMate

VSCode with TextMate Grammar

  1. Install the "TextMate Languages" extension
  2. Add this bundle to your TextMate bundles path

Usage

Snippets

The following snippets are available:

  • def - Create a new type definition
  • for - Create a for loop
  • fun - Create a function definition
  • if - Create an if-else statement
  • import - Create an import statement
  • main - Create a main function
  • while - Create a while loop

Commands

  • ⌘R - Run the current file
  • ⌃⌘R - Start the Burn REPL

License

MIT LICENSE

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published