diff options
author | Ash-Coder-or-Not <newestideaz@gmail.com> | 2022-01-17 01:54:11 +0530 |
---|---|---|
committer | Ash-Coder-or-Not <newestideaz@gmail.com> | 2022-01-17 01:54:11 +0530 |
commit | e5ce2c06c3af2470aaed18981129503f1ad4d94c (patch) | |
tree | 959a1b6b18d9cb91c1f12dde98259228d23299b3 /README.md | |
parent | 2d8a20917b97b64425adedb37f2c0d438b42ab24 (diff) | |
download | lite-xl-plugins-e5ce2c06c3af2470aaed18981129503f1ad4d94c.tar.gz lite-xl-plugins-e5ce2c06c3af2470aaed18981129503f1ad4d94c.zip |
adding gemtext highlighting plugin
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_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_gmi`](plugins/language_gmi.lua?raw=1) | Syntax for the [Gemtext](https://gemini.circumlunar.space/docs/gemtext.gmi) markup 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_ini`](plugins/language_ini.lua?raw=1) | Syntax for [ini](https://en.wikipedia.org/wiki/INI_file) files | |