aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGithub Actions <>2023-02-16 20:50:11 +0000
committerGithub Actions <>2023-02-16 20:50:11 +0000
commit1f87c2a8f1eb9c28d9fdff7da5f8992dcc52d94c (patch)
tree6745a073f47dadff9e58fb6fb859511e7b4433d2
parentddb6d26402250b2798c7ee8bf22a92c36705808e (diff)
downloadlite-xl-plugins-1f87c2a8f1eb9c28d9fdff7da5f8992dcc52d94c.tar.gz
lite-xl-plugins-1f87c2a8f1eb9c28d9fdff7da5f8992dcc52d94c.zip
[CI] Updated README.md.
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 29eda9f..f4dc7cb 100644
--- a/README.md
+++ b/README.md
@@ -110,6 +110,7 @@ but only with a `url` must provide a `checksum` that matches the existing plugin
| [`language_glsl`](plugins/language_glsl.lua?raw=1) | Syntax for the [GLSL](https://www.khronos.org/registry/OpenGL/specs/gl/) programming language |
| [`language_gmi`](plugins/language_gmi.lua?raw=1) | Syntax for the [Gemtext](https://gemini.circumlunar.space/docs/gemtext.gmi) markup language |
| [`language_go`](plugins/language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language |
+| [`language_haxe`](plugins/language_haxe.lua?raw=1) | Syntax for the [Haxe](https://haxe.org) programming language |
| [`language_hlsl`](plugins/language_hlsl.lua?raw=1) | Syntax for the [HLSL](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) programming language |
| [`language_hs`](plugins/language_hs.lua?raw=1) | Syntax for the [Haskell](https://www.haskell.org/) programming language |
| [`language_htaccess`](/plugins/language_htaccess.lua?raw=1) | Syntax for [.htaccess](https://httpd.apache.org/docs/2.4/howto/htaccess.html) files. |