diff options
author | StunxFS <advancestunx@hotmail.com> | 2022-03-16 09:53:42 -0400 |
---|---|---|
committer | StunxFS <advancestunx@hotmail.com> | 2022-03-16 09:53:42 -0400 |
commit | 0a3008bb28f93c169b5e00f192c7a09e2993ad21 (patch) | |
tree | fde454c4369904be15704a405ed404afceb87f77 /README.md | |
parent | 421bf428b55614d476ed3c69b553d34caefff55c (diff) | |
download | lite-xl-plugins-0a3008bb28f93c169b5e00f192c7a09e2993ad21.tar.gz lite-xl-plugins-0a3008bb28f93c169b5e00f192c7a09e2993ad21.zip |
add `language_glaz.lua`
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -61,6 +61,7 @@ to something other than a raw file it should be marked with an asterisk.* | [`language_fennel`](plugins/language_fennel.lua?raw=1) | Syntax for the [fennel](https://fennel-lang.org) programming language | | [`language_fstab`](plugins/language_fstab.lua?raw=1) | Syntax for the [fstab](https://en.wikipedia.org/wiki/Fstab) config files | | [`language_gdscript`](plugins/language_gdscript.lua?raw=1) | Syntax for the [Godot Engine](https://godotengine.org/)'s GDScript scripting language | +| [`language_glaz`](plugins/language_glaz.lua?raw=1) | Syntax for the [Glaz](https://github.com/glaz-lang/glaz) programming language | | [`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 | |