@@ -133,6 +133,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
133
133
| angelscript | ✓ | None | None | None |
134
134
| awk script | ✓ | None | None | None |
135
135
| bat | ✓ | None | None | None |
136
+ | bazel | ✓ | None | None | None |
136
137
| bend | ✓ | None | None | None |
137
138
| blueprint | ✓ | None | None | None |
138
139
| brainfuck | ✓ | None | None | None |
@@ -153,7 +154,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
153
154
| elm | ✓ | [ elm-language-server] ( https://github.com/elm-tooling/elm-language-server ) | None | None |
154
155
| environment file | ✓ | None | None | None |
155
156
| fantom | ✓ | None | None | None |
156
- | fortran | ✓ | None | None | None |
157
+ | fortran | ✓ | [ fortls ] ( https://github.com/fortran-lang/fortls ) | None | None |
157
158
| fstab | ✓ | None | None | None |
158
159
| gdscript | ✓ | None | None | None |
159
160
| glsl | ✓ | [ glsl_analyzer] ( https://github.com/nolanderc/glsl_analyzer ) | None | None |
@@ -172,7 +173,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
172
173
| javascript | ✓ | [ typescript-language-server] ( https://github.com/theia-ide/typescript-language-server ) | [ eslint] ( https://eslint.org ) | [ prettier] ( https://prettier.io ) |
173
174
| javascriptreact | ✓ | [ typescript-language-server] ( https://github.com/theia-ide/typescript-language-server ) | None | None |
174
175
| json | ✓ | None | [ jq] ( https://stedolan.github.io/jq/ ) | [ native] ( #native ) |
175
- | julia | ✓ | None | None | None |
176
+ | julia | ✓ | [ LanguageServer.jl ] ( https://github.com/julia-vscode/LanguageServer.jl ) | None | None |
176
177
| kotlin | ✓ | [ kotlin-language-server] ( https://github.com/fwcd/kotlin-language-server ) | [ ktlint] ( https://pinterest.github.io/ktlint/ ) | [ ktlint] ( https://pinterest.github.io/ktlint/ ) |
177
178
| latex | ✓ | [ texlab] ( https://github.com/latex-lsp ) | None | None |
178
179
| lobster | ✓ | None | None | None |
@@ -185,9 +186,11 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
185
186
| nim | ✓ | [ nimlsp] ( https://github.com/PMunch/nimlsp ) | [ nim] ( https://nim-lang.org ) | None |
186
187
| objeck | ✓ | None | None | None |
187
188
| objective-c | ✓ | [ clangd] ( https://clangd.llvm.org/ ) | None | [ clang-format] ( https://clang.llvm.org/docs/ClangFormat.html ) |
189
+ | ocaml | ✓ | [ OCaml-LSP] ( https://github.com/ocaml/ocaml-lsp ) | None | None |
188
190
| odin | ✓ | [ ols] ( https://github.com/DanielGavin/ols ) | None | None |
191
+ | openscad | ✓ | None | None | None |
189
192
| pascal | ✓ | None | None | None |
190
- | perl | ✓ | None | None | None |
193
+ | perl | ✓ | [ PerlNavigator ] ( https://github.com/bscan/PerlNavigator ) | None | None |
191
194
| php | ✓ | [ phpactor] ( https://phpactor.readthedocs.io ) | [ php] ( https://www.php.net ) | None |
192
195
| pico-8 | ✓ | None | None | None |
193
196
| plaintext | ✓ | None | None | None |
@@ -197,6 +200,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
197
200
| powershell | ✓ | None | None | None |
198
201
| python | ✓ | [ pylsp] ( https://github.com/python-lsp/python-lsp-server ) | [ ruff] ( https://ruff.rs ) | [ black] ( https://black.readthedocs.io/en/stable/ ) |
199
202
| r | ✓ | [ r languageserver] ( https://github.com/REditorSupport/languageserver ) | None | None |
203
+ | ring | ✓ | None | None | None |
200
204
| ruby | ✓ | [ solargraph] ( https://solargraph.org ) | None | None |
201
205
| rust | ✓ | [ rust-analyzer] ( https://rust-analyzer.github.io ) | None | [ rustfmt] ( https://rust-lang.github.io/rustfmt/ ) |
202
206
| sass | ✓ | [ emmet-language-server] ( https://github.com/olrtg/emmet-language-server ) | None | None |
@@ -206,6 +210,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
206
210
| solidity | ✓ | [ solc] ( https://soliditylang.org ) | [ solhint] ( https://protofire.github.io/solhint/ ) | None |
207
211
| sql | ✓ | None | None | None |
208
212
| swift | ✓ | [ sourcekit-lsp] ( https://github.com/apple/sourcekit-lsp ) | None | None |
213
+ | tcl | ✓ | None | None | None |
209
214
| teal | ✓ | None | [ tl] ( https://github.com/teal-language/tl ) | None |
210
215
| toml | ✓ | None | None | None |
211
216
| typescript | ✓ | [ typescript-language-server] ( https://github.com/theia-ide/typescript-language-server ) | [ eslint] ( https://eslint.org ) | [ prettier] ( https://prettier.io ) |
0 commit comments