Skip to content

Commit

Permalink
Add docs and autoload
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Dec 20, 2024
1 parent fa5b4ec commit d0fea84
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.org
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
* Add fennel support
* Add support for [[https://github.com/nextflow-io/language-server][Nextflow]]
* Add TypeSpec support
* Add Tree-sitter query support

** 9.0.0
* Add language server config for QML (Qt Modeling Language) using qmlls.
Expand Down
7 changes: 7 additions & 0 deletions docs/lsp-clients.json
Original file line number Diff line number Diff line change
Expand Up @@ -1188,6 +1188,13 @@
"installation-url": "https://docs.trunk.io/check",
"debugger": "Not available"
},
{
"name": "ts-query",
"full-name": "Tree-sitter Query",
"server-name": "ts-query-lsp",
"server-url": "https://github.com/ribru17/ts_query_ls",
"debugger": "Not available"
},
{
"name": "typeprof",
"full-name": "Ruby (TypeProf)",
Expand Down
2 changes: 1 addition & 1 deletion lsp-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ As defined by the Language Server Protocol 3.16."
lsp-ruby-syntax-tree lsp-ruff lsp-rust lsp-semgrep lsp-shader
lsp-solargraph lsp-solidity lsp-sonarlint lsp-sorbet lsp-sourcekit
lsp-sql lsp-sqls lsp-steep lsp-svelte lsp-tailwindcss lsp-terraform
lsp-tex lsp-tilt lsp-toml lsp-trunk lsp-ttcn3 lsp-typeprof lsp-typespec lsp-v
lsp-tex lsp-tilt lsp-toml lsp-trunk lsp-ts-query lsp-ttcn3 lsp-typeprof lsp-typespec lsp-v
lsp-vala lsp-verilog lsp-vetur lsp-vhdl lsp-vimscript lsp-volar lsp-wgsl
lsp-xml lsp-yaml lsp-yang lsp-zig)
"List of the clients to be automatically required."
Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ nav:
- TeX, LaTeX, etc (texlab, external): page/lsp-latex.md
- Tilt: page/lsp-tilt.md
- TOML: page/lsp-toml.md
- Tree-sitter Query: page/lsp-ts-query.md
- Trunk: page/lsp-trunk.md
- TTCN3: page/lsp-ttcn3.md
- TypeSpec: page/lsp-typespec.md
Expand Down

0 comments on commit d0fea84

Please sign in to comment.