diff options
author | Tamnac <49466795+Tamnac@users.noreply.github.com> | 2023-08-08 16:56:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 19:56:55 -0400 |
commit | eef65c9d6a0c65dd23b9e4b4473d709218e55b39 (patch) | |
tree | 9f054b22ab9b02a2cfe737483fd255e816e20709 /manifest.json | |
parent | 9daf9eb7d783360c861ebab01bf42812e0410d7e (diff) | |
download | lite-xl-plugins-eef65c9d6a0c65dd23b9e4b4473d709218e55b39.tar.gz lite-xl-plugins-eef65c9d6a0c65dd23b9e4b4473d709218e55b39.zip |
Dlang: allow underscores for numbers and improve function matching (#275)
* Dlang: allow underscores for numbers and improve function matching
* Update version in manifest
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 e21e8b9..320f1bb 100644 --- a/manifest.json +++ b/manifest.json @@ -447,7 +447,7 @@ }, { "description": "Syntax for the [D](https://dlang.org/) programming language", - "version": "0.1", + "version": "0.2", "path": "plugins/language_d.lua", "id": "language_d", "mod_version": "3" |