aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGithub Actions <>2024-04-09 16:03:05 +0000
committerGithub Actions <>2024-04-09 16:03:05 +0000
commitf92e4e0e72eb3fd5195bf43a47de07b9e0b54f0b (patch)
treed3bd0d583bfd447bd83717875b9bb8643216d384
parent19fe5aa51def44fe2e601e9d2bc2c6d126815f66 (diff)
downloadpragtical-plugins-f92e4e0e72eb3fd5195bf43a47de07b9e0b54f0b.tar.gz
pragtical-plugins-f92e4e0e72eb3fd5195bf43a47de07b9e0b54f0b.zip
[CI] Updated README.md and manifest.json.
-rw-r--r--README.md12
-rw-r--r--manifest.json10
2 files changed, 13 insertions, 9 deletions
diff --git a/README.md b/README.md
index 17d28b4..cc10b28 100644
--- a/README.md
+++ b/README.md
@@ -125,6 +125,7 @@ to follow with `extra.follow_branch`.*
| [`lsp_c`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for C/C++ with clangd. |
| [`lsp_emmet`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Emmet with emmet-language-server. |
| [`lsp_java`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Java with jdtls. |
+| [`lsp_json`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | LSP support for JSON via vscode-json-languageserver with [additional patches](https://github.com/lite-xl/lite-xl-lsp-servers/patches/vscode-json-languageserver) for increased functionality. |
| [`lsp_lua`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Lua with lua-language-server (sumneko). |
| [`lsp_python`](https://github.com/lite-xl/lite-xl-lsp-servers.git)\* | Automatic configuration/binary download for LSP completion for Python with Pyright. |
| [`lsp_quicklintjs`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP linting for Javascript with quick-lint-js. |
@@ -132,6 +133,7 @@ to follow with `extra.follow_branch`.*
| [`lsp_snippets`](https://github.com/vqns/lite-xl-snippets)\* | Adds LSP snippets support to the snippets plugin |
| [`lsp_tex`](https://github.com/lite-xl/lite-xl-lsp-servers.git)\* | Automatic configuration/binary download for LSP completion for TeX with texlab. |
| [`lsp_typescript`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | Automatic configuration/binary download for LSP completion for Typescript and Javascript with typescript-language-server. |
+| [`lsp_yaml`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | LSP support for YAML via yaml-language-server. |
| [`lsp_zig`](https://github.com/lite-xl/lite-xl-lsp-servers)\* | LSP support for Zig via zls. |
| [`macmodkeys`](plugins/macmodkeys.lua?raw=1) | Remaps mac modkeys `command/option` to `ctrl/alt` |
| [`markers`](plugins/markers.lua?raw=1) | Add markers to docs and jump between them quickly *([screenshot](https://user-images.githubusercontent.com/3920290/82252149-5faaa200-9946-11ea-9199-bea2efb7ee23.png))* |
@@ -199,10 +201,12 @@ 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_brainfuck`](plugins/language_brainfuck.lua?raw=1) | Syntax for the [Brainfuck](https://en.wikipedia.org/wiki/Brainfuck) programming language |
+| [`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/) |
| [`language_crystal`](https://github.com/Tamnac/lite-plugin-crystal)\* | Syntax for the [Crystal](https://crystal-lang.org) programming language |
@@ -220,7 +224,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 |
@@ -274,7 +278,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 ae6ce9e..479b9a7 100644
--- a/manifest.json
+++ b/manifest.json
@@ -707,7 +707,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"
],
@@ -737,7 +737,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"
],
@@ -747,7 +747,7 @@
"description": "Syntax for the [Clojure](https://clojure.org/) programming language",
"id": "language_clojure",
"mod_version": "3",
- "path":"plugins/language_clojure.lua",
+ "path": "plugins/language_clojure.lua",
"tags": [
"language"
],
@@ -927,7 +927,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"
],
@@ -1449,7 +1449,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"
],