Skip to content

Commit

Permalink
[CI] Updated README.md and manifest.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
Github Actions committed Apr 18, 2024
1 parent 79a6716 commit 1721cd6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,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 |
Expand Down
8 changes: 5 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1016,11 +1016,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",
Expand Down

0 comments on commit 1721cd6

Please sign in to comment.