blob: d75dafc771852a5b7efcd1df659ae7ba2ba26f69 (
plain)
1
2
3
4
5
6
7
8
9
10
|
Plugins for the [lite text editor](https://github.com/rxi/lite)
---
Plugin | Description
-------|-----------------------------------------
[`language_fe`](language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) programming language
[`macmodkeys`](macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt`
[`togglesnakecamel`](togglesnakecamel.lua?raw=1) | Toggles symbols between snake\_case and camelCase
[`language_odin`](language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language
|