diff options
author | Jefferson González <jgmdev@gmail.com> | 2021-07-07 18:49:31 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-07 18:49:31 -0400 |
commit | e26ba1e9d2bf441ed0a24521cbe1b2dfd0bfc099 (patch) | |
tree | 598e6baac93785b2f8299b66ff6ff9fc194037c4 /README.md | |
parent | 0d706ddd861b471bb4f148d119bc990adadabb05 (diff) | |
parent | 261a20db99b0152f8baba7ea16272aa2559ec325 (diff) | |
download | lite-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.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |