diff options
author | Duncan Lock <duncan.lock@gmail.com> | 2021-11-16 20:23:17 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 12:23:17 +0800 |
commit | f7eddec42e0ef89d391c8513cb1d73676cf9ae13 (patch) | |
tree | 118a0849555281a5f07ab08e2c21a132570210fa /README.md | |
parent | 07ab38f038cfde37fe3c7011f07b72fb92c359b1 (diff) | |
download | lite-xl-plugins-f7eddec42e0ef89d391c8513cb1d73676cf9ae13.tar.gz lite-xl-plugins-f7eddec42e0ef89d391c8513cb1d73676cf9ae13.zip |
Add syntax highlighting for /etc/fstab files (#84)
* Add syntax highlighting for fstab files
* Add fstab to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -58,6 +58,7 @@ Plugin | Description [`language_elm`](plugins/language_elm.lua?raw=1) | Syntax for the [Elm](https://elm-lang.org) programming language [`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_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_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 |