aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorGaspartcho <93390411+Gaspartcho@users.noreply.github.com>2024-02-10 23:24:33 +0100
committerGitHub <noreply@github.com>2024-02-10 23:24:33 +0100
commit0eef56fa95d32f190fab990340f14e29815a73af (patch)
treef3388916b039bfa89c0b2881fea651dd6e8db76a /manifest.json
parent46681653fdd152b0dc33d91d2d70c97e8f0adf84 (diff)
downloadlite-xl-plugins-0eef56fa95d32f190fab990340f14e29815a73af.tar.gz
lite-xl-plugins-0eef56fa95d32f190fab990340f14e29815a73af.zip
Add support for Typst syntax (#361)
* Update manifest.json * Create language_typst.lua * Bumped the version of meta_languages from 0.1.5 to 0.1.6 * Update language_typst.lua passed the sub-syntax in local Commented out the code that would not work for now * Update language_typst.lua Deleted the part where it created new token types (not going to be used anyway) Commented out any part where it said "bold" or "italic". * Update language_typst.lua * Update language_typst.lua * Update plugins/language_typst.lua Allows also tabs
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json
index fa4d74d..2d6762d 100644
--- a/manifest.json
+++ b/manifest.json
@@ -61,7 +61,7 @@
{
"id": "meta_languages",
"type": "meta",
- "version": "0.1.5",
+ "version": "0.1.6",
"mod_version": "3",
"description": "A metapackage containing all publically accessible language syntaxes.",
"dependencies": {
@@ -148,6 +148,7 @@
"language_toml": {},
"language_ts": {},
"language_tsx": {},
+ "language_typst": {},
"language_umka": {},
"language_v": {},
"language_wren": {},
@@ -1236,6 +1237,14 @@
"tags": ["language"]
},
{
+ "description": "Syntax for [Typst](https://typst.app/) markup language",
+ "version": "0.1",
+ "path": "plugins/language_typst.lua",
+ "id": "language_typst",
+ "mod_version": "3",
+ "tags": ["language"]
+ },
+ {
"description": "Syntax for the [V](https://vlang.io/) programming language",
"version": "0.1",
"path": "plugins/language_v.lua",