-
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 * v7.30.0 * Update grammars * Update cached licenses * Update grammars * Update licenses
- Loading branch information
Showing
123 changed files
with
156 additions
and
141 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.29.0 | ||
7.30.0 |
Submodule CodeMirror
updated
from 0c8456 to fec380
Submodule AL
updated
3 files
+66 −0 | News.md | |
+8 −7 | snippets/page.json | |
+13 −0 | snippets/profileextension.json |
Submodule Luau.tmLanguage
updated
3 files
+33 −0 | .github/workflows/main.yml | |
+36 −0 | tests/baselines/issue-10.baseline.txt | |
+2 −0 | tests/cases/issue-10.luau |
Submodule NimLime
updated
6 files
+9 −17 | README.md | |
+3 −3 | Support/Main.sublime-menu | |
+4 −4 | Syntaxes/Nim.YAML-tmLanguage | |
+1 −1 | Syntaxes/Nim.sublime-syntax | |
+2 −2 | Syntaxes/Nim.tmLanguage | |
+8 −1 | Syntaxes/syntax_test.nim |
Submodule Sublime-REBOL
updated
4 files
+1 −1 | README.md | |
+4 −4 | Rebol.sublime-syntax | |
+13 −13 | syntax_test_rebol.reb | |
+12 −12 | test.reb |
Submodule VscodeAdblockSyntax
updated
16 files
+14 −13 | .github/workflows/check.yml | |
+13 −17 | .github/workflows/release.yml | |
+15 −0 | CHANGELOG.md | |
+0 −4 | bamboo-specs/bamboo.yaml | |
+4 −4 | bamboo-specs/build.yaml | |
+9 −9 | bamboo-specs/deploy.yaml | |
+3 −3 | bamboo-specs/increment.yaml | |
+5 −5 | bamboo-specs/test.yaml | |
+2 −2 | package.json | |
+1 −1 | server/package.json | |
+9 −9 | server/yarn.lock | |
+55 −1 | syntaxes/adblock.yaml-tmlanguage | |
+2 −0 | test/grammar/comments/comment.test.ts | |
+115 −0 | test/grammar/cosmetic/scriptlet.test.ts | |
+8 −0 | test/static/rules/test_rules.txt | |
+4 −4 | yarn.lock |
Submodule abl-tmlanguage
updated
64 files
Submodule astro
updated
60 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 | |
+1 −1 | package.json | |
+21 −0 | test/test.js |
Submodule bikeshed
updated
from 584813 to dab08d
Submodule d2-vscode
updated
4 files
+1 −1 | .github/workflows/ci.yml | |
+27 −2 | syntaxes/d2.tmLanguage.json | |
+13 −3 | syntaxes/d2.tmLanguage.yaml | |
+9 −9 | yarn.lock |
Submodule dart-syntax-highlight
updated
14 files
+4 −0 | .github/dependabot.yml | |
+2 −2 | .github/workflows/dart.yml | |
+12 −0 | .vscode/settings.json | |
+9 −0 | CHANGELOG.md | |
+31 −15 | grammars/dart.json | |
+42 −0 | test/goldens/augmentation.dart.golden | |
+27 −0 | test/goldens/augmented.dart.golden | |
+4 −0 | test/goldens/classes.dart.golden | |
+12 −12 | test/goldens/literals.dart.golden | |
+257 −26 | test/goldens/string_interpolation.dart.golden | |
+14 −0 | test/test_files/augmentation.dart | |
+9 −0 | test/test_files/augmented.dart | |
+1 −0 | test/test_files/classes.dart | |
+44 −0 | test/test_files/string_interpolation.dart |
Submodule godot-vscode-plugin
updated
11 files
+1 −1 | .github/workflows/ci.yml | |
+31 −8 | media/docs.css | |
+4 −4 | src/debugger/godot3/server_controller.ts | |
+4 −4 | src/debugger/godot4/server_controller.ts | |
+4 −6 | src/extension.ts | |
+12 −10 | src/lsp/ClientConnectionManager.ts | |
+12 −12 | src/lsp/GDScriptLanguageClient.ts | |
+1 −1 | src/providers/document_link.ts | |
+7 −19 | src/providers/documentation_builder.ts | |
+7 −7 | src/utils/index.ts | |
+28 −8 | src/utils/project_utils.ts |
Submodule haxe-TmLanguage
updated
8 files
+1 −1 | .haxerc | |
+1 −1 | .vscode/settings.json | |
+34 −0 | baselines/BasicTypes.hx.baseline.txt | |
+5 −0 | cases/BasicTypes.hx | |
+4 −0 | haxe.YAML-tmLanguage | |
+10 −10 | haxe.tmLanguage | |
+4 −3 | haxe_libraries/hxnodejs.hxml | |
+3 −3 | haxe_libraries/tink_core.hxml |
Submodule ionide-fsgrammar
updated
4 files
+7 −4 | grammars/fsharp.json | |
+23 −1 | sample-code/SimpleBindings.fs | |
+2 −0 | sample-code/SimpleBindings.fsi | |
+3 −0 | sample-code/SimpleTypes.fs |
Submodule jasmin-sublime
updated
from 4191e4 to f125d0
Submodule language-etc
updated
10 files
+3 −0 | .editorconfig | |
+3 −0 | .gitattributes | |
+1 −1 | LICENSE.md | |
+108 −21 | grammars/etc.cson | |
+115 −3 | grammars/generic-db.cson | |
+1 −1 | grammars/hosts.cson | |
+10 −2 | samples/hosts | |
+12 −0 | samples/mime.types | |
+283 −0 | samples/mime.types-nonunix | |
+9 −0 | styles/syntax-tweaks.less |
Submodule language-kotlin
updated
7 files
+6 −3 | .github/workflows/nodejs.yml | |
+1 −1 | dist/Kotlin.JSON-tmLanguage | |
+1 −1 | dist/Kotlin.YAML-tmLanguage | |
+1 −1 | dist/Kotlin.tmLanguage | |
+1 −1 | src/imports.YAML-tmLanguage | |
+0 −2 | src/literals.YAML-tmLanguage | |
+18 −1 | test/Imports.test.kt |
Submodule language-ti-basic
updated
11 files
+30 −0 | CHANGELOG.md | |
+18 −4 | README.md | |
+ − | assets/export-command.png | |
+ − | assets/import-command.png | |
+2 −2 | package-lock.json | |
+18 −2 | package.json | |
+126 −0 | src/extension.js | |
+22 −0 | src/tivars_lib/LICENSE | |
+18 −0 | src/tivars_lib/TIVarsLib.js | |
+ − | src/tivars_lib/TIVarsLib.wasm | |
+29 −21 | syntaxes/ti-basic.tmLanguage.json |
Submodule pkl.tmbundle
updated
19 files
+1 −1 | README.adoc | |
+10 −0 | Snippets/Amends.tmSnippet | |
+11 −0 | Snippets/Class.tmSnippet | |
+10 −0 | Snippets/Extends.tmSnippet | |
+10 −0 | Snippets/Function.tmSnippet | |
+10 −0 | Snippets/Glob import.tmSnippet | |
+10 −0 | Snippets/Glob read.tmSnippet | |
+10 −0 | Snippets/If-Else.tmSnippet | |
+10 −0 | Snippets/Import.tmSnippet | |
+10 −0 | Snippets/Lambda.tmSnippet | |
+10 −0 | Snippets/Nullable read.tmSnippet | |
+10 −0 | Snippets/Read.tmSnippet | |
+10 −0 | Snippets/Throw.tmSnippet | |
+1,409 −0 | Syntaxes/pkl.tmLanguage | |
+1 −1 | package.json | |
+8 −2 | pkl/index.pkl | |
+1 −1 | pkl/tmLanguage.pkl | |
+0 −50 | snippets/pkl.snippets.json | |
+0 −568 | syntaxes/pkl.tmLanguage.json |
Submodule rescript-vscode
updated
213 files
Submodule sourcepawn-vscode
updated
from 339cee to 3a53e0
Submodule sway-vscode-plugin
updated
9 files
+1 −1 | .github/workflows/changelog.yml | |
+14 −0 | .github/workflows/conventional-commits.yml | |
+1 −1 | .vscode/launch.json | |
+12 −8 | CHANGELOG.md | |
+9 −1 | client/src/config.ts | |
+1 −0 | client/src/interface/onEnter.ts | |
+54 −19 | client/src/main.ts | |
+2 −2 | package-lock.json | |
+15 −3 | package.json |
Submodule syntax
updated
22 files
Submodule templ-vscode
updated
6 files
+8 −0 | CHANGELOG.md | |
+456 −10 | package-lock.json | |
+8 −2 | package.json | |
+17 −2 | syntaxes/templ.tmLanguage.json | |
+11 −11 | tests/snap/complex_syntax.templ | |
+73 −70 | tests/snap/complex_syntax.templ.snap |
Submodule vsc-ember-syntax
updated
4 files
+1 −1 | package.json | |
+2 −2 | syntaxes/source.gjs.json | |
+2 −2 | syntaxes/source.gts.json | |
+1 −1 | syntaxes/src/index.mjs |
Submodule vscode-antlers-language-server
updated
15 files
Submodule vscode-bitbake
updated
86 files
Submodule vscode-brightscript-language
updated
42 files
Submodule vscode-cadence
updated
21 files
Submodule vscode-codeql
updated
179 files
Submodule vscode-fluent
updated
7 files
+7 −6 | README.md | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+2 −0 | src/extension.ts | |
+16 −1 | src/global-state/index.ts | |
+24 −0 | src/global-state/parser.ts | |
+33 −0 | src/providers/completion.ts |
Submodule vscode-gleam
updated
11 files
+10 −0 | .github/workflows/ci.yml | |
+21 −0 | CHANGELOG.md | |
+5 −3 | README.md | |
+ − | images/gleam-logo.png | |
+ − | images/icon.png | |
+2 −2 | package-lock.json | |
+23 −1 | package.json | |
+1 −1 | snippets.json | |
+60 −8 | src/extension.ts | |
+48 −0 | syntaxes/gleam.codeblock.json | |
+12 −5 | syntaxes/gleam.tmLanguage.json |
Submodule vscode-go
updated
30 files
Submodule vscode-hack
updated
4 files
+4 −0 | CHANGELOG.md | |
+2 −2 | package-lock.json | |
+1 −1 | package.json | |
+15 −15 | snippets/hack.json |
Submodule vscode-jest
updated
49 files
Submodule vscode-lean4
updated
180 files
Submodule vscode-motoko
updated
5 files
+2,916 −316 | package-lock.json | |
+3 −3 | package.json | |
+2 −2 | rust/Cargo.lock | |
+2 −5 | src/server/imports.ts | |
+61 −35 | src/server/server.ts |
Submodule vscode-move-syntax
updated
from f9436a to 7909b9
Submodule vscode-opa
updated
20 files
+33 −0 | .eslintrc.yml | |
+10 −0 | .github/dependabot.yml | |
+35 −0 | .github/workflows/build.yaml | |
+46 −0 | .github/workflows/release.yaml | |
+2 −0 | .gitignore | |
+3 −0 | .vscode/launch.json | |
+86 −0 | CHANGELOG.md | |
+59 −9 | README.md | |
+4 −2 | language-configuration.json | |
+326 −141 | package-lock.json | |
+37 −11 | package.json | |
+48 −157 | src/extension.ts | |
+2 −1 | src/github-installer.ts | |
+27 −8 | src/ls/clients/regal.ts | |
+3 −2 | src/ls/configure.ts | |
+15 −22 | src/opa.ts | |
+4 −3 | src/util.ts | |
+65 −36 | syntaxes/Rego.tmLanguage | |
+45 −0 | syntaxes/markdown-inject.json | |
+0 −33 | vsc-extension-quickstart.md |
Submodule vscode-plantuml
updated
25 files
+15 −0 | CHANGELOG.md | |
+60 −0 | langs/lang.nls.ru.json | |
+2 −2 | package-lock.json | |
+7 −1 | package.json | |
+1 −0 | package.nls.de.json | |
+1 −0 | package.nls.json | |
+32 −0 | package.nls.ru.json | |
+1 −0 | package.nls.zh-cn.json | |
+4 −0 | src/plantuml/config.ts | |
+11 −1 | src/plantuml/exporter/exportDiagram.ts | |
+20 −0 | src/plantuml/formatRules.ts | |
+3 −2 | src/plantuml/renders/plantumlServer.ts | |
+29 −5 | src/providers/previewer.ts | |
+2 −2 | syntaxes/plantuml.yaml-tmLanguage | |
+1 −1 | templates/js/clickEvent.js | |
+43 −18 | templates/js/cursor.js | |
+4 −2 | templates/js/dragscroll.js | |
+27 −0 | templates/js/hyperlink.js | |
+164 −0 | templates/js/imageMapResizer.js | |
+17 −3 | templates/js/preview.js | |
+4 −2 | templates/js/selectionZoom.js | |
+11 −2 | templates/js/switcher.js | |
+5 −2 | templates/js/zoom.js | |
+4 −1 | templates/preview.html | |
+1 −0 | tsconfig.json |
Submodule vscode-prisma
updated
from bf2828 to f87ee6
Submodule vscode-python
updated
283 files
Submodule vscode_cobol
updated
10 files
+2 −0 | .vscodeignore | |
+23 −0 | CHANGELOG.md | |
+13 −0 | get_dotfiles.sh | |
+30 −26 | package.json | |
+1 −0 | publishit.sh | |
+9 −0 | src/cobolsourcescanner.ts | |
+17 −8 | src/extension.ts | |
+114 −0 | src/vsterminals.ts | |
+21 −1 | syntaxes/COBOL.tmLanguage.json | |
+28 −0 | syntaxes/bms.tmLanguage.json |
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
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.