Skip to content

Commit b0c9f0a

Browse files
committed
Merge branch 'develop'
2 parents 1bef5d1 + afe098f commit b0c9f0a

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Diff for: .github/workflows/ecode-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,8 @@ jobs:
357357
- name: Install Dependencies
358358
run: |
359359
brew install bash create-dmg premake p7zip
360-
curl -OL https://github.com/libsdl-org/SDL/releases/download/release-2.30.8/SDL2-2.30.8.dmg
361-
hdiutil attach SDL2-2.30.8.dmg
360+
curl -OL https://github.com/libsdl-org/SDL/releases/download/release-2.30.9/SDL2-2.30.9.dmg
361+
hdiutil attach SDL2-2.30.9.dmg
362362
sudo cp -r /Volumes/SDL2/SDL2.framework /Library/Frameworks/
363363
hdiutil detach /Volumes/SDL2
364364
- name: Build

Diff for: README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
133133
| angelscript || None | None | None |
134134
| awk script || None | None | None |
135135
| bat || None | None | None |
136+
| bazel || None | None | None |
136137
| bend || None | None | None |
137138
| blueprint || None | None | None |
138139
| brainfuck || None | None | None |
@@ -153,7 +154,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
153154
| elm || [elm-language-server](https://github.com/elm-tooling/elm-language-server) | None | None |
154155
| environment file || None | None | None |
155156
| fantom || None | None | None |
156-
| fortran || None | None | None |
157+
| fortran || [fortls](https://github.com/fortran-lang/fortls) | None | None |
157158
| fstab || None | None | None |
158159
| gdscript || None | None | None |
159160
| 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
172173
| javascript || [typescript-language-server](https://github.com/theia-ide/typescript-language-server) | [eslint](https://eslint.org) | [prettier](https://prettier.io) |
173174
| javascriptreact || [typescript-language-server](https://github.com/theia-ide/typescript-language-server) | None | None |
174175
| 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 |
176177
| kotlin || [kotlin-language-server](https://github.com/fwcd/kotlin-language-server) | [ktlint](https://pinterest.github.io/ktlint/) | [ktlint](https://pinterest.github.io/ktlint/) |
177178
| latex || [texlab](https://github.com/latex-lsp) | None | None |
178179
| lobster || None | None | None |
@@ -185,9 +186,11 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
185186
| nim || [nimlsp](https://github.com/PMunch/nimlsp) | [nim](https://nim-lang.org) | None |
186187
| objeck || None | None | None |
187188
| 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 |
188190
| odin || [ols](https://github.com/DanielGavin/ols) | None | None |
191+
| openscad || None | None | None |
189192
| pascal || None | None | None |
190-
| perl || None | None | None |
193+
| perl || [PerlNavigator](https://github.com/bscan/PerlNavigator) | None | None |
191194
| php || [phpactor](https://phpactor.readthedocs.io) | [php](https://www.php.net) | None |
192195
| pico-8 || None | None | None |
193196
| plaintext || None | None | None |
@@ -197,6 +200,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
197200
| powershell || None | None | None |
198201
| python || [pylsp](https://github.com/python-lsp/python-lsp-server) | [ruff](https://ruff.rs) | [black](https://black.readthedocs.io/en/stable/) |
199202
| r || [r languageserver](https://github.com/REditorSupport/languageserver) | None | None |
203+
| ring || None | None | None |
200204
| ruby || [solargraph](https://solargraph.org) | None | None |
201205
| rust || [rust-analyzer](https://rust-analyzer.github.io) | None | [rustfmt](https://rust-lang.github.io/rustfmt/) |
202206
| 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
206210
| solidity || [solc](https://soliditylang.org) | [solhint](https://protofire.github.io/solhint/) | None |
207211
| sql || None | None | None |
208212
| swift || [sourcekit-lsp](https://github.com/apple/sourcekit-lsp) | None | None |
213+
| tcl || None | None | None |
209214
| teal || None | [tl](https://github.com/teal-language/tl) | None |
210215
| toml || None | None | None |
211216
| typescript || [typescript-language-server](https://github.com/theia-ide/typescript-language-server) | [eslint](https://eslint.org) | [prettier](https://prettier.io) |

0 commit comments

Comments
 (0)