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 | |
parent | 7bbb5368e1778e4ea58b64d238b8d8fbb93a0cbc (diff) | |
download | lite-xl-plugins-fc4daec1d31ce0679f91f49e31b013054528e4da.tar.gz lite-xl-plugins-fc4daec1d31ce0679f91f49e31b013054528e4da.zip |
[CI] Updated README.md and manifest.json.
-rw-r--r-- | README.md | 8 | ||||
-rw-r--r-- | manifest.json | 8 |
2 files changed, 8 insertions, 8 deletions
@@ -205,10 +205,10 @@ to follow with `extra.follow_branch`.* | [`language_bib`](plugins/language_bib.lua?raw=1) | Syntax for [BibTex](https://en.wikipedia.org/wiki/BibTeX) files | | [`language_blade`](plugins/language_blade.lua?raw=1) | Syntax for [Blade](https://github.com/blade-lang/blade/) files | | [`language_blueprint`](plugins/language_blueprint.lua?raw=1) | Syntax for the [Blueprint](https://jwestman.pages.gitlab.gnome.org/blueprint-compiler/) markup language | -| [`language_buzz`](https://github.com/RohanVashisht1234/buzz_syntax_highlighter_lite-xl)\* | A syntax hilighter for buzz programming language in lite-xl. | +| [`language_buzz`](plugins/language_buzz.lua?raw=1) | A syntax highlighter for the [Buzz programming language](https://buzz-lang.dev/) in lite-xl. | | [`language_c7`](plugins/language_c7.lua?raw=1) | Syntax for the modifications to [fe](https://github.com/rxi/fe/) used in [cel7](https://rxi.itch.io/cel7) | | [`language_caddyfile`](plugins/language_caddyfile.lua?raw=1) | Syntax for the Caddyfile used on the [Caddy](https://caddyserver.com/) web server | -| [`language_carbon`](https://github.com/RohanVashisht1234/carbon_syntax_highlighter_lite-xl.git)\* | Syntax for the [Carbon programming language](https://github.com/carbon-language/carbon-lang). | +| [`language_carbon`](plugins/language_carbon.lua?raw=1) | Syntax for the [Carbon programming language](https://github.com/carbon-language/carbon-lang). | | [`language_clojure`](plugins/language_clojure.lua?raw=1) | Syntax for the [Clojure](https://clojure.org/) programming language | | [`language_cmake`](plugins/language_cmake.lua?raw=1) | Syntax for the CMake build system language | | [`language_containerfile`](https://github.com/FilBot3/lite-xl-language-containerfile)\* | Syntax for [Containerfile](https://github.com/containers/common/blob/main/docs/Containerfile.5.md)/[Dockerfile](https://docs.docker.com/engine/reference/builder/) | @@ -227,7 +227,7 @@ to follow with `extra.follow_branch`.* | [`language_erb`](plugins/language_erb.lua?raw=1) | Syntax for the [ERB](https://github.com/ruby/erb) programming language. Also known as eRuby or Embedded Ruby. | | [`language_fe`](plugins/language_fe.lua?raw=1) | Syntax for the [fe](https://github.com/rxi/fe) programming language | | [`language_fennel`](plugins/language_fennel.lua?raw=1) | Syntax for the [fennel](https://fennel-lang.org) programming language | -| [`language_fortran`](https://github.com/RohanVashisht1234/fortran_syntax_highlighter_lite-xl)\* | Syntax for the [fortran](https://fortran-lang.org/) programming language | +| [`language_fortran`](plugins/language_fortran.lua?raw=1) | Syntax for the [fortran](https://fortran-lang.org/) programming language | | [`language_fstab`](plugins/language_fstab.lua?raw=1) | Syntax for the [fstab](https://en.wikipedia.org/wiki/Fstab) config files | | [`language_gabc`](plugins/language_gabc.lua?raw=1) | Syntax for the [GABC](https://gregorio-project.github.io/gabc) music typesetting language | | [`language_gdscript`](plugins/language_gdscript.lua?raw=1) | Syntax for the [Godot Engine](https://godotengine.org/)'s GDScript scripting language | @@ -281,7 +281,7 @@ to follow with `extra.follow_branch`.* | [`language_scala`](plugins/language_scala.lua?raw=1) | Syntax for the [Scala](https://scala-lang.org/) programming language | | [`language_sh`](plugins/language_sh.lua?raw=1) | Syntax for shell scripting language | | [`language_ssh_config`](plugins/language_ssh_config.lua?raw=1) | Syntax for ssh & sshd config files | -| [`language_swift`](https://github.com/RohanVashisht1234/swift_syntax_highlighting_lite-xl)\* | Syntax for the [Swift](https://developer.apple.com/swift/) programming language | +| [`language_swift`](plugins/language_swift.lua?raw=1) | Syntax for the [Swift](https://developer.apple.com/swift/) programming language | | [`language_tal`](plugins/language_tal.lua?raw=1) | Syntax for the [Uxntal](https://wiki.xxiivv.com/site/uxntal) assembly language | | [`language_tcl`](plugins/language_tcl.lua?raw=1) | Syntax for the [Tcl](https://www.tcl.tk/) programming language | | [`language_teal`](plugins/language_teal.lua?raw=1) | Syntax for the [Teal](https://github.com/teal-language/tl) programming language, a typed dialect of Lua. | 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" ], |