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 1 year ago
JSON representation
Sublime Text package for Toit (https://toitlang.org).
- Host: GitHub
- URL: https://github.com/serjan-nasredin/toit.tmbundle
- Owner: serjan-nasredin
- License: gpl-3.0
- Created: 2021-11-22T19:13:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-07T08:27:53.000Z (about 4 years ago)
- Last Synced: 2024-11-13T23:32:14.900Z (over 1 year ago)
- Topics: sublime-syntax, toit, toit-language
- Homepage: https://docs.toit.io/language
- Size: 292 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.rst
- License: LICENSE
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).
Toit highlight in dark 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/