diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 80f8d7f8..e63016c7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,7 +3,7 @@ # SPDX-License-Identifier: EPL-2.0 # SPDX-ArtifactOfProjectHomePage: https://github.com/sebthom/extra-syntax-highlighting-eclipse-plugin # -# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions +# https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax name: Build on: @@ -32,7 +32,7 @@ on: - ".github/ISSUE_TEMPLATE/*" - ".github/workflows/stale.yml" workflow_dispatch: - # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch + # https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#workflow_dispatch inputs: extra-maven-args: description: "Additional command-line arguments to append to all Maven invocations" diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 61ac9a9b..e548916c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -1,12 +1,12 @@ -# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions +# https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax name: Stale issues on: schedule: - # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows + # https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows - cron: '0 15 1,15 * *' workflow_dispatch: - # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch + # https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#workflow_dispatch permissions: issues: write diff --git a/.github/workflows/update-syntaxes.yml b/.github/workflows/update-syntaxes.yml index 1e20eed2..24f614c7 100644 --- a/.github/workflows/update-syntaxes.yml +++ b/.github/workflows/update-syntaxes.yml @@ -3,15 +3,15 @@ # SPDX-License-Identifier: EPL-2.0 # SPDX-ArtifactOfProjectHomePage: https://github.com/sebthom/extra-syntax-highlighting-eclipse-plugin # -# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions +# https://docs.github.com/en/actions/reference/workflows-and-actions/workflow-syntax name: Update Syntax Files on: schedule: - # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows + # https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows - cron: '0 19 */2 * *' # every second day at 7 p.m. workflow_dispatch: - # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#workflow_dispatch + # https://docs.github.com/en/actions/reference/workflows-and-actions/events-that-trigger-workflows#workflow_dispatch defaults: @@ -20,7 +20,7 @@ defaults: env: - JAVA_VERSION: 17 + JAVA_VERSION: 21 jobs: @@ -59,7 +59,7 @@ jobs: - name: "Install: Maven" uses: stCarolas/setup-maven@v5 # https://github.com/stCarolas/setup-maven with: - maven-version: 3.9.9 + maven-version: 3.9.11 - name: "Install: Node LTS" diff --git a/README.md b/README.md index 55e73f0e..8515c847 100644 --- a/README.md +++ b/README.md @@ -118,11 +118,11 @@ To install the plugin into an existing Eclipse installation do: | Ballerina | file-extensions="bal" | [master@ballerina-platform/ballerina-grammar](https://github.com/ballerina-platform/ballerina-grammar/tree/eb62358724deaad784458ae1d5ec33c4d164e483/syntaxes) | bazelrc | file-extensions="bazelrc"
file-names=".bazelrc, bazel.rc" | [master@bazelbuild/vscode-bazel](https://github.com/bazelbuild/vscode-bazel/tree/9a1ef531769732c1c051cb1ee23a62a87646e7ae/) | Branflakes | file-extensions="bf, bfsck, brainfuck" | [main@chrisvrose/bf-server](https://github.com/chrisvrose/bf-server/tree/5945c04ccea21cd13e133547276d27d6540375f2/) -| Carbon | file-extensions="carbon" | [trunk@carbon-language/carbon-lang](https://github.com/carbon-language/carbon-lang/tree/e1b87ac2e173c81f93fc6564ec4c4e2f4f13940c/utils) -| COBOL | file-extensions="cbl, cob, cobol, copy, cpy"
file-patterns="\*\*/broadcommfd.cobol-language-support/\*/copybooks/\*\*" | [development@eclipse-che4z/che-che4z-lsp-for-cobol](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/tree/ca0e9730ec9bcbae1fd1255bce5ad81e267621b1/clients/cobol-lsp-vscode-extension) +| Carbon | file-extensions="carbon" | [trunk@carbon-language/carbon-lang](https://github.com/carbon-language/carbon-lang/tree/16999a79cc36ff8181718cc8781813c1bed419a3/utils) +| COBOL | file-extensions="cbl, cob, cobol, copy, cpy"
file-patterns="\*\*/broadcommfd.cobol-language-support/\*/copybooks/\*\*" | [development@eclipse-che4z/che-che4z-lsp-for-cobol](https://github.com/eclipse-che4z/che-che4z-lsp-for-cobol/tree/c62aa939b4e99a311c8763092162adc468d2a5ee/clients/cobol-lsp-vscode-extension) | Crystal | file-extensions="cr" | [master@crystal-lang-tools/vscode-crystal-lang](https://github.com/crystal-lang-tools/vscode-crystal-lang/tree/cc7e25065a6e8df03e14dde4c07ebdbe443f5916/) [[upstream]](https://github.com/Microsoft/vscode/blob/3f1f36333d3453f67a36b6bfb1206e9159e9c4f0/extensions/ruby/syntaxes/ruby.tmLanguage.json) | Crystal Slang | file-extensions="slang" | [master@crystal-lang-tools/vscode-crystal-lang](https://github.com/crystal-lang-tools/vscode-crystal-lang/tree/cc7e25065a6e8df03e14dde4c07ebdbe443f5916/) -| CSV | file-extensions="csv" | [master@mechatroner/vscode_rainbow_csv](https://github.com/mechatroner/vscode_rainbow_csv/tree/28103110a0b1eb5e949e7973628e35e7661ba93a/) +| CSV | file-extensions="csv" | [master@mechatroner/vscode_rainbow_csv](https://github.com/mechatroner/vscode_rainbow_csv/tree/8ec11900fcb4e7707a9e616ec88106391838151a/) | d2 | file-extensions="d2" | [master@terrastruct/d2-vscode](https://github.com/terrastruct/d2-vscode/tree/88d9716009f9b8d65bfd6dea96064c94a5cf275f/) | EditorConfig | file-extensions="editorconfig" | [main@editorconfig/editorconfig-vscode](https://github.com/editorconfig/editorconfig-vscode/tree/d8387a92d96ef046dea0b7494f65375f9a78bc60/) | Elm | file-extensions="elm" | [main@elm-tooling/elm-language-client-vscode](https://github.com/elm-tooling/elm-language-client-vscode/tree/4da2f24f6897c7ee229b602440d78233c0e53867/) @@ -134,13 +134,13 @@ To install the plugin into an existing Eclipse installation do: | Fortran | file-extensions="F03, F08, F18, F90, F95, FPP, FYPP, PF, f03, f08, f18, f90, f95, fpp, fypp, pf" | [main@fortran-lang/vscode-fortran-support](https://github.com/fortran-lang/vscode-fortran-support/tree/2e2182aa8a6cbb6596ec966f182b957f0d546989/) | Fortran77 | file-extensions="F, F77, FOR, f, f77, for" | [main@fortran-lang/vscode-fortran-support](https://github.com/fortran-lang/vscode-fortran-support/tree/2e2182aa8a6cbb6596ec966f182b957f0d546989/) | Gleam | file-extensions="gleam" | [main@gleam-lang/vscode-gleam](https://github.com/gleam-lang/vscode-gleam/tree/9f28a4a0bffaccadf74f56ab72310187cd3ff6e2/) -| GraphQL | file-extensions="gql, graphql, graphqls" | [main@graphql/graphiql](https://github.com/graphql/graphiql/tree/99268ceac1ed4b016beed235971fa66c78cb8a39/packages/vscode-graphql-syntax) +| GraphQL | file-extensions="gql, graphql, graphqls" | [main@graphql/graphiql](https://github.com/graphql/graphiql/tree/8f25b38f4ab14dc99c046109f255fb283bccde52/packages/vscode-graphql-syntax) | GraphViz DOT File | file-extensions="dot" | [master@textmate/graphviz.tmbundle](https://github.com/textmate/graphviz.tmbundle/tree/d1d489f893a0e6ef5d9021bf7dc1ffd08b3f9b90/Syntaxes) | HashiCorp Sentinel | file-extensions="sentinel" | [main@hashicorp/syntax](https://github.com/hashicorp/syntax/tree/f1c438932384c2d249a3a0d7a336cb9089865f42/) | HashiCorp Terraform | file-extensions="tf, tfvars" | [main@hashicorp/syntax](https://github.com/hashicorp/syntax/tree/f1c438932384c2d249a3a0d7a336cb9089865f42/) | Haxe | file-extensions="hx" | [master@vshaxe/haxe-TmLanguage](https://github.com/vshaxe/haxe-TmLanguage/tree/6fbbbf958448f877a8d524a589e3280514c950e6/) | HCL Config File | file-extensions="hcl" | [main@hashicorp/syntax](https://github.com/hashicorp/syntax/tree/f1c438932384c2d249a3a0d7a336cb9089865f42/) -| helm-template | file-patterns="\*\*/templates/\*\*/\*.tpl, \*\*/templates/\*\*/\*.yaml, \*\*/templates/\*\*/\*.yml, \*\*/templates/\*.tpl, \*\*/templates/\*.yaml, \*\*/templates/\*.yml" | [master@vscode-kubernetes-tools/vscode-kubernetes-tools](https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools/tree/c1b654c46ef8ad37f56254cc3ec3355588239c92/) +| helm-template | file-patterns="\*\*/templates/\*\*/\*.tpl, \*\*/templates/\*\*/\*.yaml, \*\*/templates/\*\*/\*.yml, \*\*/templates/\*.tpl, \*\*/templates/\*.yaml, \*\*/templates/\*.yml" | [master@vscode-kubernetes-tools/vscode-kubernetes-tools](https://github.com/vscode-kubernetes-tools/vscode-kubernetes-tools/tree/e189c53d22be9376df5a21b87c6286576ad7dc92/) | Janet | file-extensions="janet" | [master@janet-lang/vscode-janet](https://github.com/janet-lang/vscode-janet/tree/0225a87fb8c75d9dec024d592f2bdcf74f366e5e/) | Jinja C++ | file-extensions="c.j2, c.jinja, c.jinja2, cpp.j2, cpp.jinja, cpp.jinja2, h.j2, h.jinja, h.jinja2" | [main@samuelcolvin/jinjahtml-vscode](https://github.com/samuelcolvin/jinjahtml-vscode/tree/d8daf5fd43941deec8803be2335b35922e3e1eeb/) | Jinja Cisco Config | file-extensions="cisco.j2, cisco.jinja, cisco.jinja2, ios.j2, ios.jinja, ios.jinja2" | [main@samuelcolvin/jinjahtml-vscode](https://github.com/samuelcolvin/jinjahtml-vscode/tree/d8daf5fd43941deec8803be2335b35922e3e1eeb/) @@ -182,27 +182,27 @@ To install the plugin into an existing Eclipse installation do: | NGINX Conf | file-extensions="conf, conf.default, conf.template, fastcgi_params, mime.types, nginx, nginx.conf, scgi_params, uwsgi_params" | [main@ahmadalli/vscode-nginx-conf](https://github.com/ahmadalli/vscode-nginx-conf/tree/10414d948cc5e52fbf2a8207629427d4ae3bc8c4/) | Nunjucks HTML | file-extensions="njk, njk.html" | [main@edheltzel/better-nunjucks-for-visual-studio-code](https://github.com/edheltzel/better-nunjucks-for-visual-studio-code/tree/332160a51a5ce4742619aa9c39331de418eac9b7/) | nushell | file-extensions="nu" | [main@nushell/vscode-nushell-lang](https://github.com/nushell/vscode-nushell-lang/tree/544de244f118d57d78f0971c1797d427e90d2cb6/) -| OCaml | file-extensions="eliom, ml, ocamlinit" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/8ffcb85c3c37c95f34b61a422fdffcafa736debe/) -| OCaml Interface | file-extensions="eliomi, mli" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/8ffcb85c3c37c95f34b61a422fdffcafa736debe/) -| OCaml.mlx | file-extensions="mlx" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/8ffcb85c3c37c95f34b61a422fdffcafa736debe/) -| OCamlFormat | file-extensions="ocamlformat" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/8ffcb85c3c37c95f34b61a422fdffcafa736debe/) -| odin | file-extensions="odin" | [master@DanielGavin/ols](https://github.com/DanielGavin/ols/tree/6c704238989ebdadb65a7d309c676c40740e2865/editors/vscode) -| opam | file-extensions="opam, opam.locked, opam.template"
file-names="opam" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/8ffcb85c3c37c95f34b61a422fdffcafa736debe/) +| OCaml | file-extensions="eliom, ml, ocamlinit" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/db20a5712a498b83f23c15eaf120c2aabd94208c/) +| OCaml Interface | file-extensions="eliomi, mli" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/db20a5712a498b83f23c15eaf120c2aabd94208c/) +| OCaml.mlx | file-extensions="mlx" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/db20a5712a498b83f23c15eaf120c2aabd94208c/) +| OCamlFormat | file-extensions="ocamlformat" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/db20a5712a498b83f23c15eaf120c2aabd94208c/) +| odin | file-extensions="odin" | [master@DanielGavin/ols](https://github.com/DanielGavin/ols/tree/99cbf695fff86d3c89261fe0f5c22c7843b3908a/editors/vscode) +| opam | file-extensions="opam, opam.locked, opam.template"
file-names="opam" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/db20a5712a498b83f23c15eaf120c2aabd94208c/) | OpenGL Shading Language | file-extensions="comp, csh, frag, fs, fsh, fshader, geom, glsl, gs, gsh, gshader, mesh, rahit, rcall, rchit, rgen, rint, rmiss, task, tesc, tese, vert, vs, vsh, vshader" | [master@GeForceLegend/vscode-glsl](https://github.com/GeForceLegend/vscode-glsl/tree/6cbfd57e2337a9e4eff66ae5b702cd942b876ea5/) | Pascal | file-extensions="dfm, dpk, dpr, fmx, lfm, lpr, p, pas" | [master@textmate/pascal.tmbundle](https://github.com/textmate/pascal.tmbundle/tree/3b11b782368065e55acce0423f385722771d28b0/Syntaxes) | PlantUML | file-extensions="iuml, plantuml, pu, puml, wsd" | [master@qjebbs/vscode-plantuml](https://github.com/qjebbs/vscode-plantuml/tree/7bc1758ed73dc269f5721d78c6c6c01f461d7cb0/) | Pony | file-extensions="pony" | [main@chalcolith/eohippus](https://github.com/chalcolith/eohippus/tree/de8031c34fbde4b124e4f0f34fa3fd84c4795bac/eohippus-vscode) -| Prisma | file-extensions="prisma" | [main@prisma/language-tools](https://github.com/prisma/language-tools/tree/8517086f25833e49025928901f1721a55a594abf/packages/vscode) -| Reason | file-extensions="re, rei" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/8ffcb85c3c37c95f34b61a422fdffcafa736debe/) -| Ring | file-extensions="rform, rh, ring" | [master@ring-lang/ring](https://github.com/ring-lang/ring/tree/64f32b2742cd3144dc7ce81c9b561098b1ffaaa4/tools/editors/vscode/extension) +| Prisma | file-extensions="prisma" | [main@prisma/language-tools](https://github.com/prisma/language-tools/tree/8be7f727f3c6fde90e8013ce1d9980fbdd9d3e8f/packages/vscode) +| Reason | file-extensions="re, rei" | [master@ocamllabs/vscode-ocaml-platform](https://github.com/ocamllabs/vscode-ocaml-platform/tree/db20a5712a498b83f23c15eaf120c2aabd94208c/) +| Ring | file-extensions="rform, rh, ring" | [master@ring-lang/ring](https://github.com/ring-lang/ring/tree/bb099233b731ff7328572a1feeb25795b7d73ac2/tools/editors/vscode/extension) | Roc | file-extensions="roc" | [main@ivan-demchenko/roc-vscode-unofficial](https://github.com/ivan-demchenko/roc-vscode-unofficial/tree/f60596f4b8d65937e7a8df2c0b454a3a309aa91e/) | Starlark | file-extensions="BUILD, WORKSPACE, bazel, bzl, bzlmod, sky, star"
file-names="BUILD, WORKSPACE" | [master@bazelbuild/vscode-bazel](https://github.com/bazelbuild/vscode-bazel/tree/9a1ef531769732c1c051cb1ee23a62a87646e7ae/) | Svelte | file-extensions="svelte" | [master@sveltejs/language-tools](https://github.com/sveltejs/language-tools/tree/b46704549331172845b814c63c4020e16eb2ccb1/packages/svelte-vscode) | TOML Config File | file-extensions="toml"
file-names="Cargo.lock, Pipfile, pdm.lock" | [master@juggernautjp/less-toml](https://github.com/juggernautjp/less-toml/tree/13eb891232e98c4a9c595bf8c657893c84edf3a9/) [[upstream]](https://github.com/textmate/toml.tmbundle/commit/e82b64c1e86396220786846201e9aa3f0a2d9ca2) -| TSV | file-extensions="tab, tsv" | [master@mechatroner/vscode_rainbow_csv](https://github.com/mechatroner/vscode_rainbow_csv/tree/28103110a0b1eb5e949e7973628e35e7661ba93a/) +| TSV | file-extensions="tab, tsv" | [master@mechatroner/vscode_rainbow_csv](https://github.com/mechatroner/vscode_rainbow_csv/tree/8ec11900fcb4e7707a9e616ec88106391838151a/) | Twig | file-extensions="peb, twig" | [main@rholdos/vscode-twig-language-support](https://github.com/rholdos/vscode-twig-language-support/tree/f1e9a1722c91d3f3b3c548386861fd01bfdbeb3b/) | Wing | file-extensions="w, wsim" | [main@winglang/wing](https://github.com/winglang/wing/tree/43ec45981cbb3f08b19d882e86f068e7eebc6c66/packages/vscode-wing) -| Zig | file-extensions="zig, zon" | [master@ziglang/vscode-zig](https://github.com/ziglang/vscode-zig/tree/88ba172d62b5716ebf9a89652af27046e0febd54/) +| Zig | file-extensions="zig, zon" | [master@ziglang/vscode-zig](https://github.com/ziglang/vscode-zig/tree/c5b46803205539ad3ff75906d647f6507a90803c/) diff --git a/plugin/updater/updater-state.yaml b/plugin/updater/updater-state.yaml index c27bac06..22b0f56f 100644 --- a/plugin/updater/updater-state.yaml +++ b/plugin/updater/updater-state.yaml @@ -113,7 +113,7 @@ extensions: repo: carbon-language/carbon-lang path: utils ref: trunk - commit: e1b87ac2e173c81f93fc6564ec4c4e2f4f13940c + commit: 16999a79cc36ff8181718cc8781813c1bed419a3 languages: carbon: label: Carbon @@ -125,7 +125,7 @@ extensions: repo: eclipse-che4z/che-che4z-lsp-for-cobol path: clients/cobol-lsp-vscode-extension ref: development - commit: ca0e9730ec9bcbae1fd1255bce5ad81e267621b1 + commit: c62aa939b4e99a311c8763092162adc468d2a5ee languages: cobol: label: COBOL @@ -176,7 +176,7 @@ extensions: github: repo: mechatroner/vscode_rainbow_csv ref: master - commit: 28103110a0b1eb5e949e7973628e35e7661ba93a + commit: 8ec11900fcb4e7707a9e616ec88106391838151a languages: csv: label: CSV @@ -416,7 +416,7 @@ extensions: repo: graphql/graphiql path: packages/vscode-graphql-syntax ref: main - commit: 99268ceac1ed4b016beed235971fa66c78cb8a39 + commit: 8f25b38f4ab14dc99c046109f255fb283bccde52 languages: graphql: label: GraphQL @@ -504,7 +504,7 @@ extensions: github: repo: vscode-kubernetes-tools/vscode-kubernetes-tools ref: master - commit: c1b654c46ef8ad37f56254cc3ec3355588239c92 + commit: e189c53d22be9376df5a21b87c6286576ad7dc92 languages: helm: label: helm-template @@ -1027,7 +1027,7 @@ extensions: github: repo: ocamllabs/vscode-ocaml-platform ref: master - commit: 8ffcb85c3c37c95f34b61a422fdffcafa736debe + commit: db20a5712a498b83f23c15eaf120c2aabd94208c languages: ocaml: label: OCaml @@ -1082,7 +1082,7 @@ extensions: repo: DanielGavin/ols path: editors/vscode ref: master - commit: 6c704238989ebdadb65a7d309c676c40740e2865 + commit: 99cbf695fff86d3c89261fe0f5c22c7843b3908a languages: odin: label: odin @@ -1148,7 +1148,7 @@ extensions: repo: prisma/language-tools path: packages/vscode ref: main - commit: 8517086f25833e49025928901f1721a55a594abf + commit: 8be7f727f3c6fde90e8013ce1d9980fbdd9d3e8f languages: prisma: label: Prisma @@ -1180,7 +1180,7 @@ extensions: repo: ring-lang/ring path: tools/editors/vscode/extension ref: master - commit: 64f32b2742cd3144dc7ce81c9b561098b1ffaaa4 + commit: bb099233b731ff7328572a1feeb25795b7d73ac2 languages: ring: label: Ring @@ -1290,7 +1290,7 @@ extensions: github: repo: ziglang/vscode-zig ref: master - commit: 88ba172d62b5716ebf9a89652af27046e0febd54 + commit: c5b46803205539ad3ff75906d647f6507a90803c languages: zig: label: Zig