diff options
author | Github Actions <> | 2024-04-08 09:31:01 +0000 |
---|---|---|
committer | Github Actions <> | 2024-04-08 09:31:01 +0000 |
commit | fc4daec1d31ce0679f91f49e31b013054528e4da (patch) | |
tree | 3485f02f715dd9793f603984bbc4cd83a6bff1c4 /manifest.json | |
parent | 7bbb5368e1778e4ea58b64d238b8d8fbb93a0cbc (diff) | |
download | lite-xl-plugins-fc4daec1d31ce0679f91f49e31b013054528e4da.tar.gz lite-xl-plugins-fc4daec1d31ce0679f91f49e31b013054528e4da.zip |
[CI] Updated README.md and manifest.json.
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manifest.json b/manifest.json index dd960eb..1297e92 100644 --- a/manifest.json +++ b/manifest.json @@ -700,7 +700,7 @@ "description": "A syntax highlighter for the [Buzz programming language](https://buzz-lang.dev/) in lite-xl.", "id": "language_buzz", "mod_version": "3", - "path":"plugins/language_buzz.lua", + "path": "plugins/language_buzz.lua", "tags": [ "language" ], @@ -730,7 +730,7 @@ "description": "Syntax for the [Carbon programming language](https://github.com/carbon-language/carbon-lang).", "id": "language_carbon", "mod_version": "3", - "path":"plugins/language_carbon.lua", + "path": "plugins/language_carbon.lua", "tags": [ "language" ], @@ -920,7 +920,7 @@ "description": "Syntax for the [fortran](https://fortran-lang.org/) programming language", "id": "language_fortran", "mod_version": "3", - "path":"plugins/language_fortran.lua", + "path": "plugins/language_fortran.lua", "tags": [ "language" ], @@ -1442,7 +1442,7 @@ "description": "Syntax for the [Swift](https://developer.apple.com/swift/) programming language", "id": "language_swift", "mod_version": "3", - "path":"plugins/language_swift.lua", + "path": "plugins/language_swift.lua", "tags": [ "language" ], |