Skip to content

Commit 56dffac

Browse files
committed
Merge branch 'develop'
2 parents 900dd73 + 3ac6c6c commit 56dffac

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
268268
| c3 || [c3-lsp](https://github.com/pherrymason/c3-lsp) | None | None | None |
269269
| carbon || None | None | None | None |
270270
| clojure || [clojure-lsp](https://github.com/clojure-lsp/clojure-lsp) | None | None | None |
271-
| cmake || [cmake-language-server](https://github.com/regen100/cmake-language-server) | None | None | None |
271+
| cmake || [neocmakelsp](https://github.com/neocmakelsp/neocmakelsp) | None | None | None |
272272
| cmakecache || None | None | None | None |
273273
| covscript || None | None | None | None |
274274
| cpp || [clangd](https://clangd.llvm.org/) | [cppcheck](https://github.com/danmar/cppcheck) | [clang-format](https://clang.llvm.org/docs/ClangFormat.html) | [gdb](https://www.gnu.org/software/gdb) / [lldb-dap](https://github.com/llvm/llvm-project/blob/main/lldb/tools/lldb-dap/README.md) |
@@ -291,6 +291,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
291291
| fixscript || None | None | None | None |
292292
| flow9 || None | None | None | None |
293293
| fortran || [fortls](https://github.com/fortran-lang/fortls) | None | None | [gdb](https://www.gnu.org/software/gdb) |
294+
| freebasic || None | None | None | None |
294295
| fstab || None | None | None | None |
295296
| gdscript || None | None | None | None |
296297
| gleam || None | None | None | None |
@@ -350,7 +351,8 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
350351
| pony || None | None | None | None |
351352
| postgresql || None | None | None | None |
352353
| powershell || None | None | None | None |
353-
| python || [pylsp](https://github.com/python-lsp/python-lsp-server) | [ruff](https://ruff.rs) | [ruff](https://black.readthedocs.io/en/stable/) | [debugpy](https://github.com/microsoft/debugpy) |
354+
| python || [pyright](https://github.com/microsoft/pyright) | [ruff](https://ruff.rs) | [ruff](https://black.readthedocs.io/en/stable/) | [debugpy](https://github.com/microsoft/debugpy) |
355+
| qb64 || None | None | None | None |
354356
| qbs || None | None | None | None |
355357
| qmake || None | None | None | None |
356358
| r || [r languageserver](https://github.com/REditorSupport/languageserver) | None | None | None |
@@ -383,6 +385,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
383385
| v1 || None | None | None | None |
384386
| vala || [vala-language-server](https://github.com/vala-lang/vala-language-server) | None | None | None |
385387
| verilog || None | None | None | None |
388+
| viml || None | None | None | None |
386389
| visual basic || None | None | None | None |
387390
| vue || [vls](https://github.com/vuejs/vetur/tree/master/server) | None | None | None |
388391
| wren || None | None | None | None |

0 commit comments

Comments
 (0)