Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/serjan-nasredin/toit.tmbundle

Sublime Text package for Toit (https://toitlang.org).
https://github.com/serjan-nasredin/toit.tmbundle

sublime-syntax toit toit-language

Last synced: about 2 months ago
JSON representation

Sublime Text package for Toit (https://toitlang.org).

Awesome Lists containing this project

README

        

# Sublime Text 3 plugin for [Toit Programming Language][1]

Syntax definition for `*.toit` files for Sublime Text. The extension `*.toit` is used for convenient programming under esp32.
More information on the [documentation page](https://docs.toit.io/language).



Dark Theme
Toit highlight in dark theme


Light Theme
Toit highlight in light theme

---

## Installation

Make sure you've [PackageControl](https://packagecontrol.io/) installed, then open: Command Palette → Install Package → Toit.

Alternatively, clone this repository into Sublime's Packages directory:

```sh
$ git clone https://github.com/snxx-lppxx/toit-sublime.git -b develop
$ cd toit-sublime
$ xcopy /y /o /e ".\toit-sublime" "%AppData%\Sublime_Text_3\Packages\Toit"
```

## Licensed Agreement of Author with Recipients

For license and copyright information please follow this like: .
Contact with the [author](https://snxx-lppxx.github.io/).

[1]: https://toit.io/