diff options
author | carrexxii <154758622+carrexxii@users.noreply.github.com> | 2024-07-04 17:33:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 17:33:26 +0200 |
commit | 4e867a309271f69a0f5a7bba13832a86552405da (patch) | |
tree | 77834f5317c2a759245a4ba55bda317668e2d05b /manifest.json | |
parent | 086c31541366e2d4d3027764d572572348d812de (diff) | |
download | lite-xl-plugins-4e867a309271f69a0f5a7bba13832a86552405da.tar.gz lite-xl-plugins-4e867a309271f69a0f5a7bba13832a86552405da.zip |
Add Nim string interpolation syntax highlighting (#448)
* Add Nim string interpolation syntax highlighting
* Use frontier matches
* Bump version number for language_nim
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 5b60f9f..da44c61 100644 --- a/manifest.json +++ b/manifest.json @@ -1311,7 +1311,7 @@ "tags": [ "language" ], - "version": "0.1" + "version": "0.2" }, { "description": "Syntax for the [Nix](https://nixos.wiki/wiki/Overview_of_the_Nix_Language) expression language", |