# 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/