diff options
author | Github Actions <> | 2024-04-15 17:36:05 +0000 |
---|---|---|
committer | Github Actions <> | 2024-04-15 17:36:05 +0000 |
commit | f40fee5b6682666a9dbd67773c9e2804e697266e (patch) | |
tree | 795729b3a390bdd17bbb3cf641d7574f0eb59cf8 | |
parent | c8f9e091ba6ce2d3e9ecc94138187748152ac336 (diff) | |
download | lite-xl-plugins-f40fee5b6682666a9dbd67773c9e2804e697266e.tar.gz lite-xl-plugins-f40fee5b6682666a9dbd67773c9e2804e697266e.zip |
[CI] Updated README.md and manifest.json.
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | manifest.json | 8 |
2 files changed, 6 insertions, 3 deletions
@@ -239,6 +239,7 @@ to follow with `extra.follow_branch`.* | [`language_go`](plugins/language_go.lua?raw=1) | Syntax for the [Go](https://golang.org/) programming language | | [`language_graphql`](plugins/language_graphql.lua?raw=1) | Syntax for the [GraphQL](https://graphql.org/) query language, and server-side runtime for executing queries using a type system. | | [`language_gravity`](plugins/language_gravity.lua?raw=1) | Syntax for the [Gravity](https://marcobambini.github.io/gravity/) programming language. | +| [`language_groovy`](plugins/language_groovy.lua?raw=1) | Syntax for the [Groovy](https://en.wikipedia.org/wiki/Apache_Groovy | | [`language_hare`](plugins/language_hare.lua?raw=1) | Syntax for the [Hare](https://harelang.org) programming language | | [`language_haxe`](plugins/language_haxe.lua?raw=1) | Syntax for the [Haxe](https://haxe.org) programming language | | [`language_hlsl`](plugins/language_hlsl.lua?raw=1) | Syntax for the [HLSL](https://docs.microsoft.com/en-us/windows/win32/direct3dhlsl/dx-graphics-hlsl) programming language | diff --git a/manifest.json b/manifest.json index d14268f..350ad43 100644 --- a/manifest.json +++ b/manifest.json @@ -1020,11 +1020,13 @@ }, { "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"] + "path": "plugins/language_groovy.lua", + "tags": [ + "language" + ], + "version": "0.1" }, { "description": "Syntax for the [Hare](https://harelang.org) programming language", |