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 20, 2024
1 parent 01d460b commit 8f7c25a
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 @@ -268,6 +268,7 @@ to follow with `extra.follow_branch`.*
| [`language_nix`](plugins/language_nix.lua?raw=1) | Syntax for the [Nix](https://nixos.wiki/wiki/Overview_of_the_Nix_Language) expression language |
| [`language_objc`](plugins/language_objc.lua?raw=1) | Syntax for the [Objective C](https://en.wikipedia.org/wiki/Objective-C) programming language |
| [`language_odin`](plugins/language_odin.lua?raw=1) | Syntax for the [Odin](https://github.com/odin-lang/Odin) programming language |
| [`language_openscad`](plugins/language_openscad.lua?raw=1) | Syntax for the [OpenSCAD](https://openscad.org/) programming language |
| [`language_perl`](plugins/language_perl.lua?raw=1) | Syntax for the [Perl](https://perl.org) programming language |
| [`language_php`](plugins/language_php.lua?raw=1) | Syntax for the [PHP](https://php.net) programming language |
| [`language_pico8`](plugins/language_pico8.lua?raw=1) | Syntax for [Pico-8](https://www.lexaloffle.com/pico-8.php) cartridge files |
Expand Down
8 changes: 5 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1312,11 +1312,13 @@
},
{
"description": "Syntax for the [OpenSCAD](https://openscad.org/) programming language",
"version": "0.1",
"path": "plugins/language_openscad.lua",
"id": "language_openscad",
"mod_version": "3",
"tags": ["language"]
"path": "plugins/language_openscad.lua",
"tags": [
"language"
],
"version": "0.1"
},
{
"description": "Syntax for the [Perl](https://perl.org) programming language",
Expand Down

0 comments on commit 8f7c25a

Please sign in to comment.