aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorrxi <rxi@users.noreply.github.com>2020-05-26 09:29:04 +0100
committerGitHub <noreply@github.com>2020-05-26 09:29:04 +0100
commited3242d4751a67055f307afd3d605de56c2d3be8 (patch)
tree54aaf5022b15e8f832de2e75e7a2a5082c154ce1 /README.md
parenta6056db6510565af2d04b95af486fe033ab7376a (diff)
parent9c35558bf17e3da81f249db4c9a93b7178959482 (diff)
downloadlite-xl-plugins-ed3242d4751a67055f307afd3d605de56c2d3be8.tar.gz
lite-xl-plugins-ed3242d4751a67055f307afd3d605de56c2d3be8.zip
Merge pull request #46 from alexGuntha/master
language_glsl and language_hlsl plugins
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4c503b5..a59b28d 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,9 @@ Plugin | Description
[`language_fe`](plugins/language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) programming language
[`language_fennel`](plugins/language_fennel.lua?raw=1) | Syntax for the [fennel](https://fennel-lang.org) programming language
[`language_gdscript`](plugins/language_gdscript.lua?raw=1) | Syntax for the [Godot Engine](https://godotengine.org/)'s GDScript scripting language
+[`language_glsl`](plugins/language_glsl.lua?raw=1) | Syntax for the [GLSL](https://www.khronos.org/registry/OpenGL/specs/gl/) programming language
[`language_go`](plugins/language_go.lua?raw=1) | Syntax for the [Go](https://golang.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_jiyu`](plugins/language_jiyu.lua?raw=1) | Syntax for the [jiyu](https://github.com/machinamentum/jiyu) programming language
[`language_odin`](plugins/language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language