-
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.
* Add notes about releases and self-written samples * Update all grammars * Update cached licenses * v7.24.0 * Remove link that snuck in
- Loading branch information
Showing
146 changed files
with
227 additions
and
157 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
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.23.0 | ||
7.24.0 |
Submodule CodeMirror
updated
from ccacc3 to 929632
Submodule Atom-PostScript
updated
6 files
+9 −0 | .editorconfig | |
+1 −1 | LICENSE.md | |
+61 −33 | README.md | |
+4 −1 | grammars/postscript.cson | |
+3 −2 | lib/exec-path.js | |
+10 −3 | package.json |
Submodule MagicPython
updated
36 files
Submodule PHP-Twig.tmbundle
updated
from 77def4 to aedf95
Submodule Sublime-HTTP
updated
3 files
+30 −0 | .github/workflows/syntax-test.yml | |
+18 −6 | httpspec.YAML-tmLanguage | |
+45 −6 | httpspec.tmLanguage |
Submodule Sublime-SQF-Language
updated
3 files
+33 −0 | SQF.sublime-completions | |
+3 −3 | SQF.tmLanguage | |
+3 −3 | tools/generate_sqf_template.py |
Submodule TypeScript-TmLanguage
updated
10 files
+1 −1 | .github/workflows/update-package-lock.yaml | |
+9 −7 | TypeScript.YAML-tmLanguage | |
+17 −7 | TypeScript.tmLanguage | |
+17 −7 | TypeScriptReact.tmLanguage | |
+57 −69 | package-lock.json | |
+110 −0 | tests/baselines/autoAccessor.baseline.txt | |
+36 −0 | tests/baselines/satisfies.baseline.txt | |
+1 −1 | tests/build.ts | |
+6 −0 | tests/cases/autoAccessor.ts | |
+1 −0 | tests/cases/satisfies.ts |
Submodule VscodeAdblockSyntax
updated
from de372c to 226116
Submodule atom-editorconfig
updated
3 files
+6 −0 | changelog.md | |
+73 −7 | grammars/editorconfig.cson | |
+3 −3 | settings/atom-editorconfig.cson |
Submodule atom-language-cairo
updated
from 8c43bb to 7db099
Submodule bicep
updated
1400 files
Submodule bikeshed
updated
from f4ea8d to bf3136
Submodule dart-syntax-highlight
updated
28 files
Submodule data-weave-tmLanguage
updated
8 files
+2 −1 | .gitignore | |
+6 −5 | DataWeave.YAML-tmLanguage | |
+12 −6 | DataWeave.tmLanguage | |
+14 −104 | build/package-lock.json | |
+6 −0 | tests/cases/function_call_type_params.dwl | |
+83 −0 | tests/cases/function_call_type_params.dwl.snap | |
+69 −272 | tests/package-lock.json | |
+2 −2 | tests/package.json |
Submodule godot-vscode-plugin
updated
15 files
+2 −2 | .github/workflows/ci.yml | |
+8 −0 | configurations/snippets.json | |
+127 −1 | package.json | |
+1 −0 | resources/InstanceOptions.svg | |
+121 −0 | resources/godot_icon.svg | |
+3 −0 | resources/pin_off.svg | |
+3 −0 | resources/pin_on.svg | |
+33 −13 | src/godot-tools.ts | |
+339 −0 | src/scene_preview_provider.ts | |
+28 −0 | src/utils.ts | |
+0 −4 | syntaxes/GDResource.tmLanguage.json | |
+102 −123 | syntaxes/GDScript.tmLanguage.json | |
+41 −27 | syntaxes/GDShader.tmLanguage.json | |
+193 −0 | syntaxes/examples/example2.gdshader | |
+32 −2 | syntaxes/examples/gdscript1.gd |
Submodule haxe-TmLanguage
updated
3 files
+188 −0 | baselines/BasicTypes.hx.baseline.txt | |
+22 −0 | cases/BasicTypes.hx | |
+23 −13 | haxe.YAML-tmLanguage |
Submodule language-restructuredtext
updated
4 files
+307 −109 | grammars/restructuredtext.cson | |
+24 −0 | tests/doctests.rst | |
+108 −0 | tests/line-blocks.rst | |
+201 −0 | tests/tables.rst |
Submodule language-roff
updated
3 files
+3 −0 | CHANGELOG.md | |
+8 −1 | grammars/manref.cson | |
+28 −7 | grammars/roff.cson |
Submodule latex.tmbundle
updated
22 files
+0 −4 | .flake8 | |
+11 −0 | .github/workflows/test.yaml | |
+12 −1 | .rubocop.yml | |
+0 −104 | .travis.yml | |
+2 −2 | Makefile | |
+4 −2 | Support/bin/clean.rb | |
+4 −2 | Support/bin/configure.py | |
+30 −24 | Support/bin/texdoc.py | |
+165 −97 | Support/bin/texmate.py | |
+33 −21 | Support/bin/texparser.py | |
+4 −4 | Support/lib/Python/auxiliary.py | |
+14 −12 | Support/lib/Python/gutter.py | |
+23 −16 | Support/lib/Python/itemize.py | |
+41 −39 | Support/lib/Python/parsing.py | |
+25 −21 | Support/lib/Python/tex.py | |
+10 −7 | Support/lib/Python/tmprefs.py | |
+2 −2 | Support/lib/Ruby/command.rb | |
+9 −2 | Support/lib/Ruby/latex.rb | |
+1 −1 | Tests/Cram/General/latex_watch.t | |
+1 −1 | Tests/Cram/Python/lualatex.t | |
+1 −1 | Tests/lib/setup_cram.sh | |
+1 −1 | tox.ini |
Submodule qsharp-compiler
updated
94 files
Submodule rescript-vscode
updated
95 files
Submodule sas.tmbundle
updated
from 047fed to 7a70af
Submodule textproto-grammar
updated
18 files
+17 −0 | .eslintrc.yaml | |
+6 −0 | .github/renovate.json | |
+5 −2 | .github/workflows/ci.yml | |
+17 −0 | .github/workflows/renovate.yaml | |
+1 −0 | .npmrc | |
+2 −0 | .prettierignore | |
+10 −0 | .prettierrc.yaml | |
+7 −0 | .vscode/extensions.json | |
+2 −6 | .vscode/launch.json | |
+18 −0 | .vscode/settings.json | |
+9 −9 | CHANGELOG.md | |
+10 −10 | README.md | |
+6 −8 | extension.js | |
+2 −5 | jsconfig.json | |
+2 −2 | language-configuration.json | |
+2,234 −2,075 | package-lock.json | |
+9 −17 | package.json | |
+1 −5 | syntaxes/textproto.tmLanguage.json |
Submodule vscode-antlers-language-server
updated
25 files
Submodule vscode-brightscript-language
updated
21 files
+4 −5 | .github/workflows/build.yml | |
+90 −0 | CHANGELOG.md | |
+11 −0 | docs/extension-settings.md | |
+40 −443 | package-lock.json | |
+365 −11 | package.json | |
+9 −6 | scripts/releases.ts | |
+56 −0 | scripts/sync-launch-settings.ts | |
+8 −1 | src/ActiveDeviceManager.ts | |
+4 −4 | src/DebugConfigurationProvider.spec.ts | |
+46 −28 | src/DebugConfigurationProvider.ts | |
+2 −1 | src/LanguageServerManager.spec.ts | |
+16 −9 | src/LogOutputManager.spec.ts | |
+30 −31 | src/LogOutputManager.ts | |
+12 −0 | src/SceneGraphDebugCommands.ts | |
+2 −2 | src/extension.spec.ts | |
+27 −16 | src/extension.ts | |
+9 −3 | src/mockVscode.spec.ts | |
+52 −0 | src/util.spec.ts | |
+94 −0 | src/util.ts | |
+41 −8 | src/viewProviders/OnlineDevicesViewProvider.ts | |
+11 −1 | src/viewProviders/RendezvousViewProvider.ts |
Submodule vscode-cadence
updated
2 files
+1 −1 | .github/ISSUE_TEMPLATE/bug-report.md | |
+1 −1 | .github/ISSUE_TEMPLATE/feature-request.md |
Submodule vscode-codeql
updated
449 files
Submodule vscode-fluent
updated
7 files
+1 −1 | .github/workflows/test.yaml | |
+40 −33 | package-lock.json | |
+4 −4 | package.json | |
+6 −6 | tests/no-workspace/definition.test.ts | |
+14 −14 | tests/no-workspace/document-symbol.test.ts | |
+8 −8 | tests/no-workspace/hover.test.ts | |
+62 −31 | tests/with-workspace/code-action.test.ts |
Submodule vscode-gcode-syntax
updated
51 files
Submodule vscode-gleam
updated
3 files
+ − | images/gleam-logo.png | |
+8,950 −8,950 | package-lock.json | |
+5 −1 | package.json |
Submodule vscode-go
updated
39 files
Submodule vscode-hack
updated
6 files
+9 −0 | CHANGELOG.md | |
+12 −4,508 | package-lock.json | |
+1 −1 | package.json | |
+81 −22 | syntaxes/hack.json | |
+10 −0 | syntaxes/test/interpolation.hack | |
+66 −0 | syntaxes/test/modules.hack |
Submodule vscode-ibmi-languages
updated
13 files
+4 −1 | .gitattributes | |
+12 −0 | CHANGELOG.md | |
+14 −17 | README.md | |
+1 −1 | dev/rpgle-fixed/rpgle-c.txt | |
+2 −2 | package.json | |
+1 −7 | syntaxes/cl.tmLanguage.json | |
+26 −11 | syntaxes/rpgle.tmLanguage.json | |
+40 −0 | tests/issues/108.clp | |
+20 −0 | tests/issues/110.rpgle | |
+16 −0 | tests/issues/114.rpgle | |
+19 −0 | tests/issues/115.rpgle | |
+29 −0 | tests/issues/116.rpgle | |
+2 −1 | tests/issues/54.sqlrpgle |
Submodule vscode-jest
updated
100 files
Submodule vscode-lean
updated
14 files
+13 −5 | README.md | |
+8 −20 | infoview/info.tsx | |
+8 −1 | infoview/server.ts | |
+149 −0 | infoview/suggestions.tsx | |
+17 −1 | infoview/svg_icons.tsx | |
+15 −0 | infoview/util.tsx | |
+ − | media/infoview-overview.png | |
+199 −0 | media/infoview-overview.svg | |
+ − | media/suggest.png | |
+2 −2 | package-lock.json | |
+11 −1 | package.json | |
+5 −0 | release.sh | |
+52 −2 | src/infoview.ts | |
+43 −5 | src/shared.ts |
Submodule vscode-motoko
updated
24 files
+7 −0 | .prettierrc | |
+0 −9 | CHANGELOG.md | |
+26 −7 | README.md | |
+ − | assets/icons/motoko-color.png | |
+ − | assets/logo.png | |
+3 −0 | jest.config.js | |
+31 −31 | language-configuration.json | |
+11,345 −2,332 | package-lock.json | |
+153 −131 | package.json | |
+25 −0 | src/browser.ts | |
+1 −0 | src/common/watchConfig.ts | |
+152 −140 | src/extension.ts | |
+64 −54 | src/formatter.ts | |
+103 −0 | src/server/ast.ts | |
+84 −0 | src/server/dfx.ts | |
+152 −0 | src/server/imports.ts | |
+21 −0 | src/server/information.ts | |
+882 −0 | src/server/server.ts | |
+125 −0 | src/server/syntax.ts | |
+64 −0 | src/server/utils.ts | |
+4 −2 | src/utils.ts | |
+1 −10 | syntaxes/Major.tmLanguage | |
+15 −0 | tests/program.test.ts | |
+1 −0 | tsconfig.json |
Submodule vscode-move-syntax
updated
from 87a337 to 24d75e
Submodule vscode-pddl
updated
21 files
+1 −0 | .vscode/settings.json | |
+18 −0 | CHANGELOG.md | |
+29 −1 | README.md | |
+2 −2 | deploy.cmd | |
+1 −1 | downloadVisJs.js | |
+1 −1 | how_to_contribute.md | |
+15 −15 | package-lock.json | |
+4 −4 | package.json | |
+6 −2 | scripts/transform_jinja2.py | |
+9 −4 | src/configuration/PlannersConfiguration.ts | |
+15 −3 | src/configuration/plannerExecution.ts | |
+2 −2 | src/debugger/HappeningsToPlanResumeCasesConvertor.ts | |
+2 −2 | src/diagnostics/HappeningsValidator.ts | |
+1 −1 | src/diagnostics/PlanValidatorExecutable.ts | |
+0 −272 | src/diagnostics/ValPlanValidator.ts | |
+3 −2 | src/init/OverviewPage.ts | |
+1 −1 | src/planReport/PlanReportGenerator.ts | |
+1 −1 | src/planning/PlannerArgumentsSelector.ts | |
+2 −2 | src/planning/PlannerExecutable.ts | |
+4 −0 | src/test/suite/testUtils.ts | |
+3 −3 | views/overview/overview.js |
Submodule vscode-prisma
updated
from 32f8b3 to cf7bd0
Submodule vscode-scala-syntax
updated
8 files
+1 −1 | src/typescript/Scala.tmLanguage.ts | |
+1 −1 | syntaxes/Scala.tmLanguage.json | |
+13 −13 | tests/snap/scala_spec.test.scala.snap | |
+13 −13 | tests/unit/#124.test.scala | |
+4 −4 | tests/unit/#156.test.scala | |
+3 −3 | tests/unit/#77.test.scala | |
+1 −1 | tests/unit/#84.test.scala | |
+2 −2 | tests/unit/enum.test.scala |
Submodule vscode-vlang
updated
from 0938b8 to d8cb87
Submodule vscode-yara
updated
10 files
+1 −1 | README.md | |
+ − | images/icon.PNG | |
+ − | images/syntax_example_20220815.png | |
+153 −43 | package-lock.json | |
+5 −1 | package.json | |
+4 −4 | test/snippets.test.ts | |
+6 −1 | yara/snippets/yara.json | |
+3 −3 | yara/src/lib/snippetProvider.ts | |
+678 −165 | yara/syntaxes/yara.tmLanguage.json | |
+5 −4 | yara/yara.configuration.json |
Submodule vscode_cobol
updated
38 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
Oops, something went wrong.