diff options
author | rxi <rxi@users.noreply.github.com> | 2020-04-08 14:01:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-08 14:01:37 +0100 |
commit | bb07bc7022edab4f9ff67f7e1fb8d1e2c64b4fc0 (patch) | |
tree | 6899d77ef81514aea4b8a95ab9a4155826f5d250 /README.md | |
parent | 62c86e11b424b97d9c92c09e2f2645edbf440ff0 (diff) | |
parent | abbdbe6dc8b3b6043c27f16823fd9ec88feccabf (diff) | |
download | lite-xl-plugins-bb07bc7022edab4f9ff67f7e1fb8d1e2c64b4fc0.tar.gz lite-xl-plugins-bb07bc7022edab4f9ff67f7e1fb8d1e2c64b4fc0.zip |
Merge pull request #6 from drmargarido/golang_support
Added syntax for the Go language.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ 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 +[`language_go`](language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language [`language_jiyu`](language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language [`language_odin`](language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language [`language_wren`](language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language |