aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorThaCuber <70547062+ThaCuber@users.noreply.github.com>2023-05-20 11:46:24 -0400
committerGitHub <noreply@github.com>2023-05-20 11:46:24 -0400
commitd2a09e6c6b960d2b95398c92e73cad24f7d4993e (patch)
tree2af45c622091553dfcba9eab5868945cb1fca5bc /manifest.json
parenta27e0ba00ad317c21cb06963007197ccec972ebe (diff)
downloadlite-xl-plugins-d2a09e6c6b960d2b95398c92e73cad24f7d4993e.tar.gz
lite-xl-plugins-d2a09e6c6b960d2b95398c92e73cad24f7d4993e.zip
Added a bunch of languages (#251)
* Add a bunch of language highlighters * ah shit, the manifest
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
index fb01048..4af615f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -543,6 +543,13 @@
"mod_version": "3"
},
{
+ "description": "Syntax for the [Gravity](https://marcobambini.github.io/gravity/) programming language.",
+ "version": "0.1",
+ "path": "plugins/language_gravity.lua",
+ "id": "language_gravity",
+ "mod_version": "3"
+ },
+ {
"description": "Syntax for the [Haxe](https://haxe.org) programming language",
"version": "0.1",
"path": "plugins/language_haxe.lua",
@@ -642,6 +649,13 @@
"mod_version": "3"
},
{
+ "description": "Syntax for the [Lox](http://craftinginterpreters.com/the-lox-language.html) programming language, featured in the book '[Crafting Interpreters](http://craftinginterpreters.com/)'.",
+ "version": "0.1",
+ "path": "plugins/language_lox.lua",
+ "id": "language_lox",
+ "mod_version": "3"
+ },
+ {
"description": "Syntax for the Make build system language",
"version": "0.1",
"path": "plugins/language_make.lua",
@@ -839,6 +853,13 @@
"mod_version": "3"
},
{
+ "description": "Syntax for the [Umka](https://github.com/vtereshkov/umka-lang) programming language.",
+ "version": "0.1",
+ "path": "plugins/language_umka.lua",
+ "id": "language_umka",
+ "mod_version": "3"
+ },
+ {
"description": "Syntax for the [Tcl](https://www.tcl.tk/) programming language",
"version": "0.1",
"path": "plugins/language_tcl.lua",