Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
SpartanJ committed Dec 1, 2024
2 parents 1bef5d1 + afe098f commit b0c9f0a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ecode-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -357,8 +357,8 @@ jobs:
- name: Install Dependencies
run: |
brew install bash create-dmg premake p7zip
curl -OL https://github.com/libsdl-org/SDL/releases/download/release-2.30.8/SDL2-2.30.8.dmg
hdiutil attach SDL2-2.30.8.dmg
curl -OL https://github.com/libsdl-org/SDL/releases/download/release-2.30.9/SDL2-2.30.9.dmg
hdiutil attach SDL2-2.30.9.dmg
sudo cp -r /Volumes/SDL2/SDL2.framework /Library/Frameworks/
hdiutil detach /Volumes/SDL2
- name: Build
Expand Down
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
| angelscript || None | None | None |
| awk script || None | None | None |
| bat || None | None | None |
| bazel || None | None | None |
| bend || None | None | None |
| blueprint || None | None | None |
| brainfuck || None | None | None |
Expand All @@ -153,7 +154,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
| elm || [elm-language-server](https://github.com/elm-tooling/elm-language-server) | None | None |
| environment file || None | None | None |
| fantom || None | None | None |
| fortran || None | None | None |
| fortran || [fortls](https://github.com/fortran-lang/fortls) | None | None |
| fstab || None | None | None |
| gdscript || None | None | None |
| glsl || [glsl_analyzer](https://github.com/nolanderc/glsl_analyzer) | None | None |
Expand All @@ -172,7 +173,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
| javascript || [typescript-language-server](https://github.com/theia-ide/typescript-language-server) | [eslint](https://eslint.org) | [prettier](https://prettier.io) |
| javascriptreact || [typescript-language-server](https://github.com/theia-ide/typescript-language-server) | None | None |
| json || None | [jq](https://stedolan.github.io/jq/) | [native](#native) |
| julia || None | None | None |
| julia || [LanguageServer.jl](https://github.com/julia-vscode/LanguageServer.jl) | None | None |
| kotlin || [kotlin-language-server](https://github.com/fwcd/kotlin-language-server) | [ktlint](https://pinterest.github.io/ktlint/) | [ktlint](https://pinterest.github.io/ktlint/) |
| latex || [texlab](https://github.com/latex-lsp) | None | None |
| lobster || None | None | None |
Expand All @@ -185,9 +186,11 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
| nim || [nimlsp](https://github.com/PMunch/nimlsp) | [nim](https://nim-lang.org) | None |
| objeck || None | None | None |
| objective-c || [clangd](https://clangd.llvm.org/) | None | [clang-format](https://clang.llvm.org/docs/ClangFormat.html) |
| ocaml || [OCaml-LSP](https://github.com/ocaml/ocaml-lsp) | None | None |
| odin || [ols](https://github.com/DanielGavin/ols) | None | None |
| openscad || None | None | None |
| pascal || None | None | None |
| perl || None | None | None |
| perl || [PerlNavigator](https://github.com/bscan/PerlNavigator) | None | None |
| php || [phpactor](https://phpactor.readthedocs.io) | [php](https://www.php.net) | None |
| pico-8 || None | None | None |
| plaintext || None | None | None |
Expand All @@ -197,6 +200,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
| powershell || None | None | None |
| python || [pylsp](https://github.com/python-lsp/python-lsp-server) | [ruff](https://ruff.rs) | [black](https://black.readthedocs.io/en/stable/) |
| r || [r languageserver](https://github.com/REditorSupport/languageserver) | None | None |
| ring || None | None | None |
| ruby || [solargraph](https://solargraph.org) | None | None |
| rust || [rust-analyzer](https://rust-analyzer.github.io) | None | [rustfmt](https://rust-lang.github.io/rustfmt/) |
| sass || [emmet-language-server](https://github.com/olrtg/emmet-language-server) | None | None |
Expand All @@ -206,6 +210,7 @@ via configuration files (for every feature: syntax highlighting, LSP, linter and
| solidity || [solc](https://soliditylang.org) | [solhint](https://protofire.github.io/solhint/) | None |
| sql || None | None | None |
| swift || [sourcekit-lsp](https://github.com/apple/sourcekit-lsp) | None | None |
| tcl || None | None | None |
| teal || None | [tl](https://github.com/teal-language/tl) | None |
| toml || None | None | None |
| typescript || [typescript-language-server](https://github.com/theia-ide/typescript-language-server) | [eslint](https://eslint.org) | [prettier](https://prettier.io) |
Expand Down

0 comments on commit b0c9f0a

Please sign in to comment.