aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJefferson González <jgmdev@gmail.com>2021-07-07 18:49:31 -0400
committerGitHub <noreply@github.com>2021-07-07 18:49:31 -0400
commite26ba1e9d2bf441ed0a24521cbe1b2dfd0bfc099 (patch)
tree598e6baac93785b2f8299b66ff6ff9fc194037c4 /README.md
parent0d706ddd861b471bb4f148d119bc990adadabb05 (diff)
parent261a20db99b0152f8baba7ea16272aa2559ec325 (diff)
downloadlite-xl-plugins-e26ba1e9d2bf441ed0a24521cbe1b2dfd0bfc099.tar.gz
lite-xl-plugins-e26ba1e9d2bf441ed0a24521cbe1b2dfd0bfc099.zip
Merge pull request #43 from jgmdev/language-yaml
Added Language yaml
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 37a5b92..2edfbf7 100644
--- a/README.md
+++ b/README.md
@@ -88,6 +88,7 @@ Plugin | Description
[`language_tsx`](plugins/language_tsx.lua?raw=1) | Syntax for [TSX](https://www.typescriptlang.org/docs/handbook/jsx.html) language
[`language_v`](plugins/language_v.lua?raw=1) | Syntax for the [V](https://vlang.io/) programming language
[`language_wren`](plugins/language_wren.lua?raw=1) | Syntax for the [Wren](http://wren.io/) programming language
+[`language_yaml`](plugins/language_yaml.lua?raw=1) | Syntax for [YAML](https://yaml.org/) serialization language
[`language_zig`](plugins/language_zig.lua?raw=1) | Syntax for the [Zig](https://ziglang.org/) programming language
~~[`lastproject`](plugins/lastproject.lua?raw=1)~~ | Integrated with lite-xl ~~Loads the last loaded project if lite is launched without any arguments~~
[`lfautoinsert`](plugins/lfautoinsert.lua?raw=1) | Automatically inserts indentation and closing bracket/text after newline