aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorPerilousBooklet <raffaele.orabona@protonmail.com>2024-04-15 19:35:53 +0200
committerGitHub <noreply@github.com>2024-04-15 19:35:53 +0200
commitc8f9e091ba6ce2d3e9ecc94138187748152ac336 (patch)
tree68478baea22772baa53b61386a1d36a88ea6b1a9 /manifest.json
parentbbd7e44d6183cf37b62df4497edcfebf58853953 (diff)
downloadlite-xl-plugins-c8f9e091ba6ce2d3e9ecc94138187748152ac336.tar.gz
lite-xl-plugins-c8f9e091ba6ce2d3e9ecc94138187748152ac336.zip
Add Groovy syntax highlighting support. (#410)
* WIP: added groovy keywords and some other things. * Tidied up some things. * Added block comment. * Added some more comments. * Added a few patterns. * Fixed big types. * Added entry to meta-languages package. * Bumped meta_languages version. * Removed shebang pattern. * Update manifest.json --------- Co-authored-by: Guldoman <giulio.lettieri@gmail.com>
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 6a3d0ea..d14268f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -99,6 +99,7 @@
"language_go": {},
"language_graphql": {},
"language_gravity": {},
+ "language_groovy": {},
"language_hare": {},
"language_haxe": {},
"language_hlsl": {},
@@ -161,7 +162,7 @@
"id": "meta_languages",
"mod_version": "3",
"type": "meta",
- "version": "0.1.12"
+ "version": "0.1.13"
},
{
"description": "Align multiple carets and selections *([clip](https://user-images.githubusercontent.com/2798487/165631951-532f8d24-d596-4dd0-9d21-ff53c71ed32f.mp4))*",
@@ -1018,6 +1019,14 @@
"version": "0.1"
},
{
+ "description": "Syntax for the [Groovy](https://en.wikipedia.org/wiki/Apache_Groovy",
+ "version": "0.1",
+ "path": "plugins/language_groovy.lua",
+ "id": "language_groovy",
+ "mod_version": "3",
+ "tags": ["language"]
+ },
+ {
"description": "Syntax for the [Hare](https://harelang.org) programming language",
"id": "language_hare",
"mod_version": "3",