diff options
author | Adam <adamdharrison@gmail.com> | 2021-08-16 19:20:31 -0230 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-16 19:20:31 -0230 |
commit | a42a0d57b08a9080ed9fd8fa84f1269e3847980f (patch) | |
tree | 53ac997ed123d8a80aa0f5d1bf0b25c88260a3c7 /README.md | |
parent | 38c70503fd7019834c6c30278e235622c451f000 (diff) | |
parent | 3dd0d666ef9ae5a35661bfe1a5eef5d73981f75f (diff) | |
download | lite-xl-plugins-a42a0d57b08a9080ed9fd8fa84f1269e3847980f.tar.gz lite-xl-plugins-a42a0d57b08a9080ed9fd8fa84f1269e3847980f.zip |
Merge pull request #48 from liquidev/language-toml
Added TOML syntax
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ Plugin | Description [`language_teal`](plugins/language_teal.lua?raw=1) | Syntax for the [Teal](https://github.com/teal-language/tl) programming language, a typed dialect of Lua. [`language_ts`](plugins/language_ts.lua?raw=1) | Syntax for the [TypeScript](https://www.typescriptlang.org/) programming language, a typed dialect of JavaScript. [`language_tex`](plugins/language_tex.lua?raw=1) | Syntax for the [LaTeX](https://www.latex-project.org/) typesetting language +[`language_toml`](plugins/language_toml.lua?raw=1) | Syntax for the [TOML](https://toml.io/en/) configuration language [`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 |