-
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 grammars * Update cached licenses * V7.28.0 * Update count * Update grammars * Update cached licenses * Update grammars * Update cached licenses
- Loading branch information
Showing
125 changed files
with
162 additions
and
130 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.27.0 | ||
7.28.0 |
Submodule CodeMirror
updated
from 53faa3 to e84384
Submodule AL
updated
3 files
+99 −0 | News.md | |
+2 −2 | grammar/alsyntax.tmlanguage | |
+2 −0 | highlightjs_al/src/al.js |
Submodule CoDT7-Sublime
updated
4 files
+3 −1 | CoDT7 Formats/Completions/GSC/BuiltinFunctions.sublime-completions | |
+2 −1 | CoDT7 Formats/GSCSupport.sublime-syntax | |
+1 −0 | CoDT7 Formats/T7Common.sublime-syntax | |
+1 −1 | other/gsc.tmLanguage |
Submodule Handlebars
updated
3 files
+5 −24 | README.md | |
+462 −0 | grammars/Handlebars.sublime-syntax | |
+2 −2 | package.json |
Submodule MATLAB-Language-grammar
updated
5 files
+11 −19 | Matlab.tmbundle/Syntaxes/MATLAB.tmLanguage | |
+2 −2 | README.md | |
+7 −6 | test/snap/lineContinuations.m.snap | |
+102 −0 | test/t57Operators.m | |
+16 −0 | test/t61ReadWriteOperations.m |
Submodule Nasal.tmbundle
updated
12 files
+83 −0 | .gitignore | |
+25 −0 | .idea/inspectionProfiles/Project_Default.xml | |
+6 −0 | .idea/inspectionProfiles/profiles_settings.xml | |
+4 −0 | .idea/misc.xml | |
+12 −0 | .idea/vcs.xml | |
+22 −0 | Preferences/Comments.tmPreferences | |
+17 −0 | Preferences/Folding.tmPreferences | |
+65 −0 | Preferences/Indentation.tmPreferences | |
+15 −0 | Preferences/Symbol List.tmPreferences | |
+422 −170 | Syntaxes/Nasal.tmLanguage | |
+352 −0 | examples/sample.nas | |
+29 −0 | examples/test.nas |
Submodule NimLime
updated
3 files
+6 −0 | Syntaxes/Nim.YAML-tmLanguage | |
+0 −45 | Syntaxes/Nim.sublime-syntax | |
+6 −0 | Syntaxes/Nim.tmLanguage |
Submodule VscodeAdblockSyntax
updated
28 files
+8 −0 | .eslintrc.cjs | |
+15 −22 | .github/workflows/release.yml | |
+1 −1 | .gitignore | |
+1 −0 | .markdownlintignore | |
+16 −21 | .vscodeignore | |
+51 −7 | CHANGELOG.md | |
+22 −19 | CONTRIBUTING.md | |
+12 −7 | README.md | |
+9 −0 | bamboo-specs/bamboo.yaml | |
+91 −0 | bamboo-specs/build.yaml | |
+99 −0 | bamboo-specs/deploy.yaml | |
+1 −1 | bamboo-specs/increment.yaml | |
+22 −0 | bamboo-specs/permissions.yaml | |
+1 −1 | bamboo-specs/test.yaml | |
+16 −4 | package.json | |
+1 −1 | server/package.json | |
+9 −9 | server/yarn.lock | |
+92 −46 | syntaxes/adblock.yaml-tmlanguage | |
+6 −5 | test/grammar/comments/agent.test.ts | |
+73 −0 | test/grammar/comments/comment.test.ts | |
+144 −0 | test/grammar/comments/preprocessor.test.ts | |
+5 −0 | test/grammar/common/constants.ts | |
+8 −0 | test/static/aglint/list1.txt | |
+1 −0 | test/static/aglint/list3.txt | |
+100 −1 | test/static/rules/test_rules.txt | |
+40 −0 | tools/build-txt.ts | |
+151 −0 | tools/changelog-extractor.ts | |
+963 −11 | yarn.lock |
Submodule astro
updated
34 files
Submodule atom-language-julia
updated
3 files
+1 −1 | grammars/julia.cson | |
+1 −1 | grammars/julia.json | |
+1 −1 | grammars/julia_vscode.json |
Submodule atom-language-perl6
updated
from 8c196e to bd341e
Submodule bicep
updated
1128 files
Submodule bikeshed
updated
from 4cd224 to 7d798b
Submodule csharp-tmLanguage
updated
5 files
+149 −113 | grammars/csharp.tmLanguage | |
+97 −81 | grammars/csharp.tmLanguage.cson | |
+75 −67 | src/csharp.tmLanguage.yml | |
+177 −0 | test/expressions.tests.ts | |
+30 −0 | test/literals.tests.ts |
Submodule dart-syntax-highlight
updated
11 files
+1 −1 | .github/workflows/dart.yml | |
+14 −1 | CHANGELOG.md | |
+5 −13 | grammars/dart.json | |
+20 −0 | test/goldens/comments.dart.golden | |
+71 −0 | test/goldens/extension_types.dart.golden | |
+0 −53 | test/goldens/inline.dart.golden | |
+18 −12 | test/goldens/literals.dart.golden | |
+3 −2 | test/goldens/string_interpolation.dart.golden | |
+9 −0 | test/test_files/comments.dart | |
+21 −0 | test/test_files/extension_types.dart | |
+0 −18 | test/test_files/inline.dart |
Submodule earthfile-grammar
updated
5 files
+2 −0 | .gitignore | |
+5 −0 | CHANGELOG.md | |
+20 −5 | Earthfile | |
+22 −4 | README.md | |
+7 −7 | syntaxes/earthfile.tmLanguage.json |
Submodule edgedb-editor-plugin
updated
28 files
+11 −1 | generator/gen_grammar | |
+110 −22 | generator/meta | |
+207 −127 | grammars/edgeql.cson | |
+80 −0 | grammars/edgeql.js.json | |
+25 −0 | grammars/edgeql.res.json | |
+212 −127 | grammars/edgeql.tmLanguage | |
+59 −32 | grammars/src/builtins.inc.syntax.yaml | |
+3 −0 | grammars/src/edgeql.syntax.yaml | |
+105 −65 | grammars/src/fncalls.inc.syntax.yaml | |
+35 −30 | grammars/src/keywords.inc.syntax.yaml | |
+26 −1 | package.json | |
+226 −124 | test/atom-spec/edgeql-spec.js | |
+14 −4 | test/edgeql/builtins01.edgeql | |
+24 −0 | test/edgeql/builtins02.edgeql | |
+10 −0 | test/edgeql/builtins03.edgeql | |
+9 −3 | test/edgeql/ddl_function01.edgeql | |
+16 −0 | test/edgeql/keywords03.edgeql | |
+3 −1 | test/edgeql/select01.edgeql | |
+3 −1 | test/edgeql/select03.edgeql | |
+3 −1 | test/edgeql/select04.edgeql | |
+2 −1 | test/schema/constraint02.esdl | |
+2 −1 | test/schema/constraint03.esdl | |
+2 −1 | test/schema/function02.esdl | |
+5 −3 | test/schema/function03.esdl | |
+73 −0 | test/schema/type09.esdl | |
+72 −0 | test/schema/type10.esdl | |
+65 −0 | test/schema/type11.esdl | |
+35 −0 | test/schema/type12.esdl |
Submodule gemini-vscode
updated
5 files
+9 −0 | CHANGELOG.md | |
+1 −1 | README.gmi | |
+2 −2 | README.md | |
+1 −1 | notes.gmi | |
+9 −4 | package.json |
Submodule godot-vscode-plugin
updated
1121 files
Submodule graphiql
updated
42 files
Submodule ide-tools
updated
27 files
+17 −12 | .github/workflows/vscode.yml | |
+1 −0 | .gitignore | |
+6 −0 | README.md | |
+31 −19 | code_mirror/toit.js | |
+33 −8 | start/vim/README.md | |
+0 −0 | start/vim/ftdetect/toit.vim | |
+291 −0 | start/vim/indent/NEOVIM_LICENSE.txt | |
+222 −0 | start/vim/indent/toit.vim | |
+23 −14 | start/vim/syntax/toit.vim | |
+1 −1 | vscode/.vscode/launch.json | |
+6 −0 | vscode/.vscodeignore | |
+22 −2 | vscode/CHANGELOG.md | |
+0 −1 | vscode/README.dev.md | |
+11 −0 | vscode/language-configuration.json | |
+0 −16,140 | vscode/package-lock.json | |
+31 −30 | vscode/package.json | |
+15 −10 | vscode/src/jagCmds.ts | |
+3 −2 | vscode/src/projectCmd.ts | |
+3 −2 | vscode/src/toitMonitor.ts | |
+3 −2 | vscode/src/toitProvision.ts | |
+2 −1 | vscode/src/utils.ts | |
+60 −42 | vscode/syntaxes/toit.tmLanguage.json | |
+71 −43 | vscode/syntaxes/toit.tmLanguage.yaml | |
+1 −1 | vscode/test/setup/vscode-environment.js | |
+3 −2 | vscode/test/suite/ensureAuth.test.ts | |
+2 −2 | vscode/test/suite/listDevices.test.ts | |
+4,187 −0 | vscode/yarn.lock |
Submodule ionide-fsgrammar
updated
3 files
+0 −0 | build.sh | |
+9 −9 | grammars/fsharp.json | |
+86 −1 | sample-code/SimpleTypes.fs |
Submodule language-kotlin
updated
21 files
+16 −16 | .github/workflows/nodejs.yml | |
+1 −1 | .gitignore | |
+1 −0 | .prettierignore | |
+1 −0 | .prettierrc | |
+7 −0 | .vscode/settings.json | |
+12 −12 | CODE_OF_CONDUCT.md | |
+6 −7 | README.md | |
+2 −2 | dist/Kotlin.JSON-tmLanguage | |
+2 −2 | dist/Kotlin.YAML-tmLanguage | |
+2 −2 | dist/Kotlin.tmLanguage | |
+22 −0 | package-lock.json | |
+3 −0 | package.json | |
+20 −23 | scripts/build.js | |
+184 −172 | scripts/coverage.js | |
+7 −7 | scripts/format.js | |
+26 −30 | scripts/util.js | |
+7 −1 | snapshots/corpus.kt | |
+84 −54 | snapshots/corpus.kt.snap | |
+2 −2 | src/classes.YAML-tmLanguage | |
+4 −0 | test/Objects.test.kt | |
+19 −0 | test/regression/71.test.kt |
Submodule language-viml
updated
6 files
+9 −0 | .editorconfig | |
+4 −1 | CHANGELOG.md | |
+1 −1 | LICENSE.txt | |
+204 −10 | grammars/viml.cson | |
+96 −0 | tests/mappings.vim | |
+80 −61 | tests/vim-syntax.vim |
Submodule markdown-tm-language
updated
10 files
+22 −21 | build.js | |
+8 −2 | example/index.css | |
+17 −11 | example/index.jsx | |
+5 −5 | grammar.yml | |
+11 −8 | package.json | |
+112 −112 | source.mdx.js | |
+112 −112 | source.mdx.tmLanguage | |
+113 −113 | text.md.js | |
+113 −113 | text.md.tmLanguage | |
+1 −1 | tsconfig.json |
Submodule qsharp-compiler
updated
9 files
Submodule rescript-vscode
updated
169 files
Submodule rust-syntax
updated
5 files
+3 −3 | .github/workflows/main.yml | |
+17 −4 | README.md | |
+64 −58 | syntaxes/rust.tmLanguage.json | |
+34 −33 | syntaxes/rust.tmLanguage.yml | |
+36 −0 | test/test.rs |
Submodule sas.tmbundle
updated
from 7a70af to c00ce8
Submodule smithy-vscode
updated
from f20511 to 43b341
Submodule sway-vscode-plugin
updated
12 files
+7 −197 | CHANGELOG.md | |
+5 −3 | README.md | |
+2 −1 | client/src/client.ts | |
+1 −4 | client/src/commands/openAstFile.ts | |
+80 −0 | client/src/commands/openDotGraph.ts | |
+9 −5 | client/src/config.ts | |
+1 −4 | client/src/interface/onEnter.ts | |
+30 −0 | client/src/interface/visualize.ts | |
+2 −2 | client/src/main.ts | |
+8 −0 | client/src/palettes.ts | |
+988 −16 | package-lock.json | |
+13 −1 | package.json |
Submodule vscode-antlers-language-server
updated
24 files
Submodule vscode-brightscript-language
updated
50 files
Submodule vscode-cadence
updated
43 files
Submodule vscode-codeql
updated
391 files
Submodule vscode-ibmi-languages
updated
5 files
+4 −0 | CHANGELOG.md | |
+3 −1 | README.md | |
+1 −1 | package.json | |
+5 −5 | syntaxes/rpgle.tmLanguage.json | |
+51 −0 | tests/issues/132.rpgle |
Submodule vscode-jest
updated
103 files
Submodule vscode-lean4
updated
3 files
+1 −1 | docs/dev.md | |
+2 −2 | lean4-infoview/package-lock.json | |
+1 −1 | lean4-infoview/package.json |
Submodule vscode-motoko
updated
6 files
+1 −1 | README.md | |
+147 −143 | package-lock.json | |
+2 −2 | package.json | |
+14 −8 | rust/Cargo.lock | |
+42 −39 | src/formatter.ts | |
+11 −4 | src/server/playground.ts |
Submodule vscode-move-syntax
updated
from de9244 to 87e11a
Submodule vscode-pddl
updated
22 files
+6 −6 | .github/workflows/github-actions-vscode-extension.yml | |
+27 −1 | CHANGELOG.md | |
+3 −3 | README.md | |
+1,786 −779 | package-lock.json | |
+29 −28 | package.json | |
+4 −4 | src/configuration/plannerConfigurations.ts | |
+1 −1 | src/planning/PackagedPlannerSelector.ts | |
+1 −1 | src/session/PlanningDomainsSessions.ts | |
+1 −1 | src/session/SessionRepository.ts | |
+1 −1 | src/test/suite/PddlCompletionItemProvider.test.ts | |
+2 −2 | src/test/suite/PlannerConfiguration.test.ts | |
+17 −21 | src/test/suite/index.ts | |
+5 −14 | views/common/package-lock.json | |
+1 −1 | views/common/package.json | |
+2 −2 | views/modelView/package.json | |
+1 −1 | views/modelView/src/baseView.ts | |
+1 −1 | views/overview/overview.html | |
+4 −4 | views/overview/overview.js | |
+2 −2 | views/planview/package.json | |
+1 −1 | views/planview/src/plans.ts | |
+2 −2 | views/searchview/package.json | |
+1 −1 | views/searchview/src/search.ts |
Submodule vscode-prisma
updated
from 0b8d95 to 57be6b
Submodule vscode-scala-syntax
updated
7 files
Submodule vscode-slice
updated
62 files
Submodule vscode-vba-json
updated
from 4df0db to cfe7e5
Submodule vscode_cobol
updated
50 files
Submodule wgsl-analyzer
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
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.