aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-04-08 14:01:37 +0100
committerGitHub <noreply@github.com>2020-04-08 14:01:37 +0100
commitbb07bc7022edab4f9ff67f7e1fb8d1e2c64b4fc0 (patch)
tree6899d77ef81514aea4b8a95ab9a4155826f5d250 /README.md
parent62c86e11b424b97d9c92c09e2f2645edbf440ff0 (diff)
parentabbdbe6dc8b3b6043c27f16823fd9ec88feccabf (diff)
downloadlite-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.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7e31161..38454d5 100644
--- a/README.md
+++ b/README.md
@@ -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