diff options
author | drmargarido <drmargarido@gmail.com> | 2020-04-07 11:43:13 +0100 |
---|---|---|
committer | drmargarido <drmargarido@gmail.com> | 2020-04-07 11:43:13 +0100 |
commit | abbdbe6dc8b3b6043c27f16823fd9ec88feccabf (patch) | |
tree | 6899d77ef81514aea4b8a95ab9a4155826f5d250 /README.md | |
parent | 62c86e11b424b97d9c92c09e2f2645edbf440ff0 (diff) | |
download | lite-xl-plugins-abbdbe6dc8b3b6043c27f16823fd9ec88feccabf.tar.gz lite-xl-plugins-abbdbe6dc8b3b6043c27f16823fd9ec88feccabf.zip |
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 |