diff options
author | FĂ©lix Sanz <felixsanz@users.noreply.github.com> | 2023-11-11 19:40:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-11 19:40:32 +0100 |
commit | 51246d82f74162c4779de01409121d6e396836a5 (patch) | |
tree | c7c2ba5873b5923c293d5ce47588c60019e23e0f /manifest.json | |
parent | 0297af2d343fb46de4c48a7968a64daf4731c91b (diff) | |
download | lite-xl-plugins-51246d82f74162c4779de01409121d6e396836a5.tar.gz lite-xl-plugins-51246d82f74162c4779de01409121d6e396836a5.zip |
feat: adding astro files support via JSX language syntax (#337)
* feat: adding astro files support via JSX language syntax
* Update manifest.json
* Update plugins/language_jsx.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update plugins/language_jsx.lua
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Apply suggestions from code review
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
* Update language_jsx.lua
---------
Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifest.json b/manifest.json index 40f993f..a228f5c 100644 --- a/manifest.json +++ b/manifest.json @@ -61,7 +61,7 @@ { "id": "meta_languages", "type": "meta", - "version": "0.1.2", + "version": "0.1.3", "mod_version": "3", "description": "A metapackage containing all publically accessible language syntaxes.", "dependencies": { @@ -867,7 +867,7 @@ }, { "description": "Syntax for the [JSX](https://reactjs.org/docs/introducing-jsx.html) language for the React framework in JavaScript", - "version": "0.1", + "version": "0.2", "path": "plugins/language_jsx.lua", "id": "language_jsx", "mod_version": "3", |