diff options
author | Gaspartcho <93390411+Gaspartcho@users.noreply.github.com> | 2024-04-08 11:11:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-08 11:11:32 +0200 |
commit | 1541d29e0f885923b612ec2e33635314604841eb (patch) | |
tree | 35e8382d0e22150d025cf3f7c8cfe8accb928634 /manifest.json | |
parent | a0c417b3e9b7a0fa8e1525f3535c2f8f758e3faf (diff) | |
download | lite-xl-plugins-1541d29e0f885923b612ec2e33635314604841eb.tar.gz lite-xl-plugins-1541d29e0f885923b612ec2e33635314604841eb.zip |
Update typst syntax (#389)
* Update language_typst.lua
* Update manifest.json
* Commited suggestion
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update language_typst.lua
* Update language_typst.lua
* Update language_typst.lua
- added suggestions concerning strings
- added extra highlight for direct variable use (`Hello #name!`)
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifest.json b/manifest.json index 2c1a770..a7c27e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1545,7 +1545,7 @@ "tags": [ "language" ], - "version": "0.1" + "version": "0.2" }, { "description": "Syntax for the [V](https://vlang.io/) programming language", |