From c8f9e091ba6ce2d3e9ecc94138187748152ac336 Mon Sep 17 00:00:00 2001 From: PerilousBooklet Date: Mon, 15 Apr 2024 19:35:53 +0200 Subject: 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 --- manifest.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'manifest.json') 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))*", @@ -1017,6 +1018,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", -- cgit v1.2.3