-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update all grammars * Update cached licenses * v8.0.0 * Correct license type * Update grammars * Update cached licenses
- Loading branch information
Showing
147 changed files
with
186 additions
and
375 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
7.30.0 | ||
8.0.0 |
Submodule CodeMirror
updated
from fec380 to dd44c9
Submodule AL
updated
7 files
Submodule Docker.tmbundle
updated
2 files
+2 −2 | Syntaxes/Dockerfile-bash.sublime-syntax | |
+1 −1 | Syntaxes/Dockerfile.sublime-syntax |
Submodule Luau.tmLanguage
updated
5 files
+11 −0 | Luau.YAML-tmLanguage | |
+33 −0 | Luau.tmLanguage | |
+22 −0 | Luau.tmLanguage.json | |
+300 −0 | tests/baselines/attribute-function-no-param.baseline.txt | |
+22 −0 | tests/cases/attribute-function-no-param.luau |
Submodule MATLAB-Language-grammar
updated
16 files
+201 −114 | Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage | |
+7 −0 | test/README.md | |
+12 −9 | test/snap/Account.m.snap | |
+50 −42 | test/snap/argumentValidation.m.snap | |
+76 −76 | test/snap/controlFlow.m.snap | |
+3 −0 | test/t08PropertyValidation.m | |
+2 −2 | test/t19SingleLineBlocks.m | |
+5 −5 | test/t51Imports.m | |
+1 −1 | test/t54LineContinuationInAnonymousFunctions.m | |
+1 −1 | test/t57Operators.m | |
+1 −1 | test/t61ReadWriteOperations.m | |
+125 −0 | test/t64SwitchStatements.m | |
+37 −0 | test/t78EOLcommentsInBlocks.m | |
+23 −0 | test/t80AnonymousFunctionArgument.m | |
+6 −0 | test/t87ClassAttributes.m | |
+17 −0 | test/t89MetaclassLiterals.m |
Submodule PowerBuilder.tmbundle
updated
4 files
+2 −0 | README.md | |
+365 −47 | Syntaxes/PowerBuilder.tmLanguage | |
+172 −38 | Syntaxes/PowerBuilder.tmLanguage.yaml | |
+261 −0 | samples/s_cst_vscrollbar.sru |
Submodule VscodeAdblockSyntax
updated
5 files
+10 −1 | CHANGELOG.md | |
+1 −1 | package.json | |
+1 −1 | syntaxes/adblock.yaml-tmlanguage | |
+86 −1 | test/grammar/comments/preprocessor.test.ts | |
+1 −1 | test/grammar/common/token-expectation.ts |
Submodule abl-tmlanguage
updated
45 files
Submodule atom-language-julia
updated
6 files
+1 −1 | grammars/julia.cson | |
+1 −1 | grammars/julia.json | |
+1 −1 | grammars/julia.template.json | |
+1 −1 | grammars/julia_vscode.json | |
+16 −16 | package-lock.json | |
+2 −2 | test/test.js |
Submodule atom-language-stan
updated
4 files
+0 −24 | .github/workflows/main.yml | |
+1 −1 | .gitmodules | |
+134 −181 | grammars/language-stan.json | |
+1 −1 | stan-language-definitions |
Submodule bicep
updated
1206 files
Submodule bikeshed
updated
from dab08d to 880b32
Submodule bqn-vscode
updated
4 files
+3 −15 | gen_help.sh | |
+153 −10 | gen_help_writer.lua | |
+17 −4 | src/extension.ts | |
+878 −446 | src/help.json |
Submodule cairo-tm-grammar
updated
3 files
+2 −2 | bin/pull.mjs | |
+1 −1 | package.json | |
+1 −1 | syntaxes/cairo0.tmLanguage.json |
Submodule clarity.tmbundle
updated
3 files
+2 −2 | Syntaxes/clarity.JSON-tmLanguage | |
+2 −2 | Syntaxes/clarity.YAML-tmLanguage | |
+2 −2 | Syntaxes/clarity.tmLanguage |
Submodule common-lisp-tmlanguage
updated
2 files
+9 −9 | syntaxes/commonlisp.tmLanguage.json | |
+8 −8 | syntaxes/commonlisp.yaml |
Submodule csharp-tmLanguage
updated
9 files
+2 −2 | .github/workflows/node.js.yml | |
+4 −0 | grammars/csharp.tmLanguage | |
+3 −0 | grammars/csharp.tmLanguage.cson | |
+0 −101 | gulpfile.js | |
+103 −0 | gulpfile.mjs | |
+2,595 −6,050 | package-lock.json | |
+3 −3 | package.json | |
+1 −0 | src/csharp.tmLanguage.yml | |
+77 −1 | test/attribute.tests.ts |
Submodule dart-syntax-highlight
updated
5 files
+2 −2 | .github/workflows/dart.yml | |
+4 −0 | CHANGELOG.md | |
+2 −2 | grammars/dart.json | |
+40 −0 | test/goldens/numbers.dart.golden | |
+15 −0 | test/test_files/numbers.dart |
Submodule edgedb-editor-plugin
updated
18 files
+35 −0 | .github/workflows/publish.yaml | |
+2 −1 | .gitignore | |
+15 −0 | .vscode/launch.json | |
+21 −0 | .vscodeignore | |
+17 −12 | README.md | |
+2 −0 | edgedb-ls-vscode/.gitignore | |
+1,408 −0 | edgedb-ls-vscode/package-lock.json | |
+20 −0 | edgedb-ls-vscode/package.json | |
+222 −0 | edgedb-ls-vscode/src/extension.ts | |
+361 −0 | edgedb-ls-vscode/src/install.ts | |
+12 −0 | edgedb-ls-vscode/tsconfig.json | |
+21 −0 | grammars/edgeql.go.json | |
+ − | icon.png | |
+29 −5 | package.json | |
+ − | readmes/vscode-name-error.png | |
+ − | readmes/vscode-status-bar.png | |
+59 −0 | readmes/vscode.md | |
+20 −0 | tsconfig.json |
Submodule godot-vscode-plugin
updated
44 files
Submodule ide-tools
updated
3 files
+1 −1 | code_mirror/toit.js | |
+1 −1 | vscode/package.json | |
+146 −150 | vscode/yarn.lock |
Submodule ionide-fsgrammar
updated
3 files
+3 −3 | grammars/fsharp.json | |
+7 −0 | sample-code/SimpleBindings.fs | |
+2 −0 | sample-code/SimpleTypes.fs |
Submodule language-etc
updated
11 files
+17 −1 | grammars/curlrc.cson | |
+168 −24 | grammars/gitconfig.cson | |
+149 −6 | grammars/hgignore.cson | |
+318 −84 | grammars/nanorc.cson | |
+29 −13 | samples/lists/curlrc-options.tsv | |
+10 −0 | samples/test.gitconfig | |
+18 −0 | samples/test.hgignore | |
+1 −0 | settings/editor.cson | |
+6 −0 | styles/syntax-tweaks.less | |
+37 −0 | tools/extract-headers.sed | |
+12 −23 | tools/update-curl-opts.sh |
Submodule language-rtf
updated
3 files
+13 −10 | .github/workflows/main.yml | |
+4 −5 | README.md | |
+2 −2 | package.json |
Submodule linter-lilypond
updated
5 files
+15 −14 | .github/workflows/main.yml | |
+3 −3 | README.md | |
+254 −397 | grammars/lilypond.cson | |
+2 −2 | package.json | |
+419 −506 | spec/linter-lilypond-spec.js |
Submodule markdown-tm-language
updated
9 files
+2 −2 | .github/workflows/main.yml | |
+12 −5 | build.js | |
+2 −1 | example/index.jsx | |
+6 −5 | package.json | |
+25 −25 | readme.md | |
+850 −238 | source.mdx.js | |
+1,370 −452 | source.mdx.tmLanguage | |
+850 −238 | text.md.js | |
+1,370 −452 | text.md.tmLanguage |
Submodule powershell
updated
3 files
+10 −0 | .github/CODE_OF_CONDUCT.md | |
+41 −0 | .github/SECURITY.md | |
+7 −10 | README.md |
Submodule rescript-vscode
updated
51 files
Submodule roc-vscode-unofficial
updated
17 files
+0 −19 | .eslintrc.json | |
+2 −3 | .github/workflows/lint-commits.yml | |
+8 −4 | .github/workflows/release.yml | |
+1 −1 | .husky/commit-msg | |
+1 −1 | .husky/pre-commit | |
+0 −4 | .prettierrc.json | |
+4 −3 | .vscode/extensions.json | |
+1 −1 | .vscode/launch.json | |
+24 −1 | .vscode/settings.json | |
+5 −5 | README.md | |
+49 −0 | biome.jsonc | |
+32 −16 | flake.lock | |
+8 −17 | flake.nix | |
+0 −13,468 | package-lock.json | |
+28 −43 | package.json | |
+5,144 −0 | pnpm-lock.yaml | |
+1 −1 | webpack.config.js |
Submodule rust-syntax
updated
2 files
+6 −3 | syntaxes/rust.tmLanguage.json | |
+5 −3 | syntaxes/rust.tmLanguage.yml |
Submodule sas.tmbundle
updated
from 9d84ed to bfc689
Submodule smithy-vscode
updated
from 43b341 to d5d5d2
Submodule sourcepawn-vscode
updated
from 3a53e0 to ffee60
Submodule sprocket-vscode
updated
8 files
+16 −0 | .github/workflows/CI.yml | |
+2 −0 | .gitignore | |
+25 −1 | CHANGELOG.md | |
+88 −46 | README.md | |
+19 −0 | RELEASE.md | |
+ − | assets/repo-header.png | |
+ − | assets/sprocket-logo-square.png | |
+2 −1 | package.json |
Submodule sway-vscode-plugin
updated
5 files
+26 −8 | CHANGELOG.md | |
+6 −3 | client/src/config.ts | |
+32 −5 | client/src/main.ts | |
+15 −16 | package-lock.json | |
+5 −3 | package.json |
Submodule swift-tmlanguage
updated
4 files
+3 −3 | Swift.tmLanguage.json | |
+3 −3 | Swift.tmLanguage.yaml | |
+3 −3 | Syntaxes/Swift.tmLanguage | |
+1 −1 | grammar-test.swift |
Submodule syntax
updated
46 files
Submodule templ-vscode
updated
7 files
+4 −0 | .prettierrc.json | |
+26 −0 | CHANGELOG.md | |
+471 −74 | package-lock.json | |
+19 −6 | package.json | |
+18 −0 | src/custom-client.ts | |
+16 −2 | src/main.ts | |
+6 −6 | tsconfig.json |
Submodule vscode-antlers-language-server
updated
16 files
Submodule vscode-bitbake
updated
90 files
Submodule vscode-brightscript-language
updated
9 files
Submodule vscode-cadence
updated
3 files
+1 −1 | .github/workflows/add-issues-to-devx-project.yml | |
+1,170 −893 | package-lock.json | |
+15 −15 | package.json |
Submodule vscode-codeql
updated
84 files
Submodule vscode-curry
updated
3 files
+39 −35 | package-lock.json | |
+10 −7 | package.json | |
+1 −4 | syntaxes/curry.tmLanguage.json |
Submodule vscode-gleam
updated
3 files
+1,024 −198 | package-lock.json | |
+1 −1 | package.json | |
+15 −16 | syntaxes/gleam.tmLanguage.json |
Submodule vscode-go
updated
44 files
Submodule vscode-ibmi-languages
updated
22 files
+6 −4 | .github/workflows/main.yml | |
+16 −0 | CHANGELOG.md | |
+2 −0 | README.md | |
+2 −1 | configurations/rpgle.language-configuration.json | |
+1 −1 | dev/rpgle-fixed/rpgle-bif.txt | |
+1 −1 | dev/rpgle-fixed/rpgle-c.txt | |
+1 −1 | package.json | |
+5 −5 | syntaxes/cl.tmLanguage.json | |
+2 −2 | syntaxes/cmd.tmLanguage.json | |
+13 −24 | syntaxes/dds.dspf.tmLanguage.json | |
+12 −23 | syntaxes/dds.icff.tmLanguage.json | |
+7 −18 | syntaxes/dds.lf.tmLanguage.json | |
+9 −12 | syntaxes/dds.pf.tmLanguage.json | |
+13 −24 | syntaxes/dds.prtf.tmLanguage.json | |
+32 −11 | syntaxes/rpgle.tmLanguage.json | |
+4 −0 | tests/issues/135.clle | |
+68 −0 | tests/issues/136.clle | |
+114 −0 | tests/issues/136.cmd | |
+66 −0 | tests/issues/136.rpgle | |
+6 −0 | tests/issues/137.rpgle | |
+10 −0 | tests/issues/141.pf | |
+2 −0 | tests/issues/143.clle |
Submodule vscode-jest
updated
40 files
Submodule vscode-just
updated
4 files
+2 −0 | .vscode/settings.json | |
+6 −0 | CHANGELOG.md | |
+1 −0 | justfile | |
+1 −1 | package.json |
Submodule vscode-lean4
updated
126 files
Submodule vscode-motoko
updated
5 files
+31 −31 | package-lock.json | |
+4 −4 | package.json | |
+6 −0 | src/server/dfx.ts | |
+27 −0 | src/server/server.ts | |
+1 −1 | syntaxes/Major.tmLanguage |
Submodule vscode-move-syntax
updated
from 7909b9 to 0cff4a
Submodule vscode-noir
updated
14 files
+0 −1 | .github/workflows/release.yml | |
+1 −1 | .release-please-manifest.json | |
+31 −0 | CHANGELOG.md | |
+15 −0 | icons/noir_dark.svg | |
+14 −0 | icons/noir_light.svg | |
+2 −2 | package-lock.json | |
+85 −4 | package.json | |
+11 −0 | src/client.ts | |
+171 −0 | src/debugger.ts | |
+94 −57 | src/extension.ts | |
+56 −6 | src/find-nargo.ts | |
+44 −0 | src/find-nearest-package.ts | |
+41 −0 | src/noir.ts | |
+3 −3 | syntaxes/noir.tmLanguage.json |
Submodule vscode-opa
updated
26 files
+0 −33 | .eslintrc.yml | |
+59 −7 | .github/workflows/build.yaml | |
+2 −2 | .github/workflows/release.yaml | |
+276 −0 | .markdownlint.yaml | |
+37 −37 | .vscode/launch.json | |
+7 −7 | .vscode/settings.json | |
+17 −17 | .vscode/tasks.json | |
+63 −27 | CHANGELOG.md | |
+44 −23 | README.md | |
+19 −0 | cspell.config.yaml | |
+9 −0 | dprint.json | |
+32 −0 | eslint.config.mjs | |
+22 −22 | language-configuration.json | |
+1,841 −319 | package-lock.json | |
+20 −13 | package.json | |
+569 −525 | src/extension.ts | |
+159 −118 | src/github-installer.ts | |
+24 −27 | src/ls/activate.ts | |
+25 −25 | src/ls/advertise.ts | |
+438 −194 | src/ls/clients/regal.ts | |
+62 −62 | src/ls/configure.ts | |
+2 −2 | src/ls/ls.ts | |
+265 −232 | src/opa.ts | |
+41 −41 | src/util.ts | |
+43 −43 | syntaxes/markdown-inject.json | |
+22 −22 | tsconfig.json |
Submodule vscode-pddl
updated
16 files
+7 −9 | .github/workflows/github-actions-vscode-extension.yml | |
+3 −1 | .vscode/settings.json | |
+6 −0 | .vscodeignore | |
+8 −0 | CHANGELOG.md | |
+2,846 −1,293 | package-lock.json | |
+35 −41 | package.json | |
+41 −7 | src/configuration/PlannersConfiguration.ts | |
+12 −5 | src/configuration/plannerConfigurations.ts | |
+1 −1 | src/diagnostics/Diagnostics.ts | |
+1 −1 | src/planView/PlanView.ts | |
+3 −2 | src/session/SessionRepository.ts | |
+26 −10 | src/session/SessionSourceControl.ts | |
+1 −1 | src/syntax/SyntaxAugmenter.ts | |
+27 −3 | src/test/suite/PlannerConfiguration.test.ts | |
+2 −0 | switch-to-local.cmd | |
+1 −0 | views/modelView/.npmrc |
Submodule vscode-prisma
updated
from f87ee6 to c2e3bf
Submodule vscode-python
updated
414 files
Submodule vscode-slice
updated
21 files
+2 −2 | .github/workflows/vsix.yml | |
+2 −2 | CONTRIBUTING.md | |
+2 −8 | INSTALLATION.md | |
+45 −17 | README.md | |
+365 −753 | package-lock.json | |
+7 −9 | package.json | |
+232 −230 | server/Cargo.lock | |
+4 −4 | server/Cargo.toml | |
+19 −15 | server/src/configuration.rs | |
+2 −2 | server/src/configuration_set.rs | |
+7 −26 | server/src/diagnostic_handler.rs | |
+5 −20 | server/src/hover.rs | |
+2 −5 | server/src/jump_definition.rs | |
+31 −35 | server/src/main.rs | |
+4 −4 | server/src/server_state.rs | |
+23 −1 | server/src/utils.rs | |
+1 −1 | slice/.github/workflows/spellcheck.yml | |
+3 −0 | slice/.vscode/cspell.json | |
+1 −0 | slice/.vscode/extensions.json | |
+5 −4 | slice/IceRpc/Internal/IceDefinitions.slice | |
+10 −2 | syntaxes/ice.tmLanguage.json |
Submodule vscode-vba
updated
13 files
+5 −1 | .editorconfig | |
+7 −15 | .github/workflows/ci.yml | |
+0 −2 | .gitignore | |
+18 −0 | .vscode/launch.json | |
+1 −1 | .vscodeignore | |
+14 −0 | CHANGELOG.md | |
+0 −2 | CONTRIBUTING.md | |
+7 −7 | package.json | |
+1,395 −501 | pnpm-lock.yaml | |
+0 −30 | src/extension.js.bt | |
+27 −0 | src/main.js | |
+3 −0 | syntaxes/tests/vba/visibilityKeywords.bas | |
+1 −1 | syntaxes/vba.yaml-tmlanguage |
Submodule vscode_cobol
updated
35 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.