Skip to content

Commit

Permalink
Release v7.28.0 (#6627)
Browse files Browse the repository at this point in the history
* Update grammars

* Update cached licenses

* V7.28.0

* Update count

* Update grammars

* Update cached licenses

* Update grammars

* Update cached licenses
  • Loading branch information
lildude committed Dec 12, 2023
1 parent 8c380f3 commit ee9119e
Show file tree
Hide file tree
Showing 125 changed files with 162 additions and 130 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ end
# The error count will need to be adjusted here until such time as all grammars are 100% error free.
desc "Check that compiling the grammars doesn't introduce any new unexpected errors"
task :check_grammars do
expected_error_count = 28 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar.
expected_error_count = 36 # This count should only ever go down. If it goes up, there's a new issue that needs to be addressed before updating the grammar.
rm_rf "linguist-grammars"
output, status = Open3.capture2e("script/grammar-compiler", "compile", "-o", "linguist-grammars")
errors_found = output[/The grammar library contains ([0-9]+) errors/, 1].to_i
Expand Down
5 changes: 4 additions & 1 deletion grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ vendor/grammars/ec.tmbundle:
vendor/grammars/ecl-tmLanguage:
- source.ecl
vendor/grammars/edgedb-editor-plugin:
- inline.edgeql
- source.edgeql
vendor/grammars/eiffel.tmbundle:
- source.eiffel
Expand Down Expand Up @@ -1106,7 +1107,6 @@ vendor/grammars/vscode-gleam:
vendor/grammars/vscode-go:
- go.mod
- go.sum
- govulncheck
vendor/grammars/vscode-hack:
- markdown.hack.codeblock
- source.hack
Expand Down Expand Up @@ -1145,6 +1145,8 @@ vendor/grammars/vscode-motoko:
- source.did
- source.mo
vendor/grammars/vscode-move-syntax:
- markdown.move.codeblock
- mdx.LANGUAGE.codeblock
- source.move
vendor/grammars/vscode-opa:
- source.rego
Expand Down Expand Up @@ -1172,6 +1174,7 @@ vendor/grammars/vscode-scala-syntax:
vendor/grammars/vscode-singularity:
- source.singularity
vendor/grammars/vscode-slice:
- source.ice
- source.slice
vendor/grammars/vscode-vba-json:
- source.vba
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.27.0
7.28.0
2 changes: 1 addition & 1 deletion vendor/CodeMirror
2 changes: 1 addition & 1 deletion vendor/grammars/AL
2 changes: 1 addition & 1 deletion vendor/grammars/GeneroFgl.tmbundle
Submodule GeneroFgl.tmbundle updated 0 files
2 changes: 1 addition & 1 deletion vendor/grammars/Handlebars
2 changes: 1 addition & 1 deletion vendor/grammars/NimLime
2 changes: 1 addition & 1 deletion vendor/grammars/TypeScript-TmLanguage
2 changes: 1 addition & 1 deletion vendor/grammars/abap-cds-grammar
Submodule abap-cds-grammar updated 1 files
+1 −1 README.md
2 changes: 1 addition & 1 deletion vendor/grammars/astro
Submodule astro updated 34 files
+0 −1 .github/CODEOWNERS
+3 −3 .github/workflows/ci.yml
+8 −30 .github/workflows/format.yml
+13 −0 .github/workflows/issue-labeled.yml
+11 −0 .github/workflows/issue-opened.yml
+2 −2 .github/workflows/release.yml
+1 −0 .gitignore
+3 −2 CONTRIBUTING.md
+1 −1 package.json
+42 −0 packages/astro-check/CHANGELOG.md
+3 −3 packages/astro-check/package.json
+48 −0 packages/language-server/CHANGELOG.md
+23 −23 packages/language-server/package.json
+7 −3 packages/language-server/src/check.ts
+1 −1 packages/language-server/src/core/astro2tsx.ts
+10 −2 packages/language-server/src/core/index.ts
+33 −3 packages/language-server/src/core/parseAstro.ts
+87 −50 packages/language-server/src/core/parseCSS.ts
+156 −93 packages/language-server/src/core/parseJS.ts
+1 −1 packages/language-server/src/importPackage.ts
+16 −4 packages/language-server/src/languageServerPlugin.ts
+40 −2 packages/language-server/src/utils.ts
+1 −1 packages/language-server/test/check/check.test.ts
+4 −4 packages/language-server/test/units/parseAstro.test.ts
+23 −0 packages/language-server/test/units/parseCSS.test.ts
+62 −0 packages/language-server/test/units/parseJS.test.ts
+5 −5 packages/language-server/test/units/utils.test.ts
+19 −0 packages/ts-plugin/CHANGELOG.md
+9 −10 packages/ts-plugin/package.json
+42 −16 packages/ts-plugin/src/index.ts
+47 −0 packages/vscode/CHANGELOG.md
+11 −12 packages/vscode/package.json
+1 −1 packages/vscode/scripts/build.mjs
+1,679 −886 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion vendor/grammars/atom-language-julia
2 changes: 1 addition & 1 deletion vendor/grammars/atom-language-perl6
2 changes: 1 addition & 1 deletion vendor/grammars/bicep
Submodule bicep updated 1128 files
2 changes: 1 addition & 1 deletion vendor/grammars/bikeshed
2 changes: 1 addition & 1 deletion vendor/grammars/cds-textmate-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/d2-vscode
Submodule d2-vscode updated 1 files
+2 −2 package.json
2 changes: 1 addition & 1 deletion vendor/grammars/denizenscript-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/earthfile-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/gemini-vscode
2 changes: 1 addition & 1 deletion vendor/grammars/godot-vscode-plugin
2 changes: 1 addition & 1 deletion vendor/grammars/graphiql
Submodule graphiql updated 42 files
+0 −5 .changeset/blue-rice-arrive.md
+5 −0 .changeset/curvy-balloons-allow.md
+0 −5 .changeset/few-hats-move.md
+0 −15 .changeset/fluffy-pens-lick.md
+0 −6 .changeset/tame-lions-teach.md
+4 −4 examples/graphiql-webpack/package.json
+1 −1 examples/monaco-graphql-nextjs/package.json
+2 −2 examples/monaco-graphql-react-vite/package.json
+2 −2 examples/monaco-graphql-webpack/package.json
+21 −0 packages/cm6-graphql/CHANGELOG.md
+2 −2 packages/cm6-graphql/package.json
+1 −0 packages/cm6-graphql/src/interfaces.ts
+28 −1 packages/cm6-graphql/src/lint.ts
+8 −1 packages/cm6-graphql/src/state.ts
+7 −0 packages/codemirror-graphql/CHANGELOG.md
+2 −2 packages/codemirror-graphql/package.json
+34 −0 packages/graphiql-plugin-code-exporter/CHANGELOG.md
+3 −3 packages/graphiql-plugin-code-exporter/package.json
+0 −1 packages/graphiql-plugin-code-exporter/src/index.css
+28 −0 packages/graphiql-plugin-explorer/CHANGELOG.md
+3 −3 packages/graphiql-plugin-explorer/package.json
+26 −0 packages/graphiql-react/CHANGELOG.md
+3 −3 packages/graphiql-react/package.json
+2 −2 packages/graphiql-react/src/editor/context.tsx
+46 −34 packages/graphiql-react/src/editor/hooks.ts
+2 −0 packages/graphiql-react/src/editor/index.ts
+2 −0 packages/graphiql-react/src/index.ts
+35 −0 packages/graphiql/CHANGELOG.md
+3 −3 packages/graphiql/package.json
+48 −36 packages/graphiql/src/components/GraphiQL.tsx
+22 −0 packages/graphql-language-service-cli/CHANGELOG.md
+3 −3 packages/graphql-language-service-cli/package.json
+19 −0 packages/graphql-language-service-server/CHANGELOG.md
+2 −2 packages/graphql-language-service-server/package.json
+2 −3 packages/graphql-language-service-server/src/GraphQLCache.ts
+56 −33 packages/graphql-language-service-server/src/MessageProcessor.ts
+10 −0 packages/graphql-language-service/CHANGELOG.md
+1 −1 packages/graphql-language-service/package.json
+23 −0 packages/monaco-graphql/CHANGELOG.md
+2 −2 packages/monaco-graphql/package.json
+21 −0 packages/vscode-graphql/CHANGELOG.md
+9 −2 packages/vscode-graphql/package.json
2 changes: 1 addition & 1 deletion vendor/grammars/ionide-fsgrammar
2 changes: 1 addition & 1 deletion vendor/grammars/language-viml
2 changes: 1 addition & 1 deletion vendor/grammars/latex.tmbundle
2 changes: 1 addition & 1 deletion vendor/grammars/markdown-tm-language
2 changes: 1 addition & 1 deletion vendor/grammars/mint-vscode
Submodule mint-vscode updated 1 files
+1 −3 README.md
2 changes: 1 addition & 1 deletion vendor/grammars/nu-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/rescript-vscode
Submodule rescript-vscode updated 169 files
2 changes: 1 addition & 1 deletion vendor/grammars/rust-syntax
2 changes: 1 addition & 1 deletion vendor/grammars/sas.tmbundle
2 changes: 1 addition & 1 deletion vendor/grammars/smithy-vscode
2 changes: 1 addition & 1 deletion vendor/grammars/sublime-odin
2 changes: 1 addition & 1 deletion vendor/grammars/sublime-q
Submodule sublime-q updated 1 files
+2 −1 q_out_panel.py
2 changes: 1 addition & 1 deletion vendor/grammars/swift-tmlanguage
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-brightscript-language
Submodule vscode-brightscript-language updated 50 files
+4 −1 .vscode/tasks.json
+142 −0 CHANGELOG.md
+9 −1 language-configuration.json
+688 −1,645 package-lock.json
+87 −15 package.json
+23 −10 scripts/releases.ts
+2 −2 scripts/watch-all.ts
+116 −59 src/ActiveDeviceManager.ts
+1 −1 src/BrightScriptCommands.spec.ts
+96 −3 src/BrightScriptCommands.ts
+1 −2 src/BrightScriptDeclaration.ts
+0 −1 src/BrightScriptReferenceProvider.ts
+0 −4 src/BrightScriptXmlDefinitionProvider.ts
+108 −14 src/DebugConfigurationProvider.spec.ts
+126 −87 src/DebugConfigurationProvider.ts
+0 −1 src/DeclarationProvider.ts
+0 −1 src/DefinitionRepository.ts
+23 −2 src/GlobalStateManager.ts
+0 −1 src/LanguageServerManager.spec.ts
+2 −2 src/LanguageServerManager.ts
+1 −1 src/LogDocumentLinkProvider.spec.ts
+0 −4 src/LogDocumentLinkProvider.ts
+1 −41 src/LogOutputManager.spec.ts
+1 −81 src/LogOutputManager.ts
+1 −3 src/SymbolInformationRepository.ts
+0 −1 src/autoIndent.spec.ts
+2 −3 src/commands/BrighterScriptPreviewCommand.ts
+54 −0 src/commands/CaptureScreenshotCommand.ts
+0 −3 src/commands/LanguageServerInfoCommand.ts
+8 −0 src/constants.ts
+0 −3 src/extension-web.ts
+0 −1 src/extension.spec.ts
+38 −7 src/extension.ts
+0 −2 src/formatter.ts
+42 −0 src/managers/DiagnosticManager.ts
+1 −1 src/managers/RemoteControlManager.ts
+31 −12 src/managers/TelemetryManager.ts
+173 −0 src/managers/UserInputManager.spec.ts
+218 −0 src/managers/UserInputManager.ts
+1 −1 src/managers/WebviewViewProviderManager.spec.ts
+2 −2 src/managers/WebviewViewProviderManager.ts
+0 −3 src/managers/WhatsNewManager.spec.ts
+69 −20 src/mockVscode.spec.ts
+0 −2 src/util.spec.ts
+65 −22 src/util.ts
+0 −1 src/viewProviders/BaseRdbViewProvider.ts
+105 −85 src/viewProviders/OnlineDevicesViewProvider.ts
+18 −16 src/viewProviders/RokuAutomationViewViewProvider.ts
+0 −11 src/viewProviders/RokuRegistryViewProvider.spec.ts
+2 −2 tsconfig.json
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-cadence
Submodule vscode-cadence updated 43 files
+4 −4 .github/workflows/ci.yml
+0 −40 .github/workflows/codeql.yml
+1 −1 .github/workflows/release.yml
+1 −1 CODEOWNERS
+3 −16 README.md
+0 −10 extension/src/commands/command-constants.ts
+14 −19 extension/src/commands/command-controller.ts
+12 −7 extension/src/dependency-installer/dependency-installer.ts
+10 −2 extension/src/dependency-installer/installer.ts
+14 −11 extension/src/dependency-installer/installers/flow-cli-installer.ts
+0 −48 extension/src/emulator/account.ts
+0 −142 extension/src/emulator/emulator-controller.ts
+0 −58 extension/src/emulator/local/emulatorScanner.ts
+0 −221 extension/src/emulator/local/flowConfig.ts
+0 −293 extension/src/emulator/server/language-server.ts
+0 −66 extension/src/emulator/server/responses.ts
+17 −50 extension/src/extension.ts
+0 −7 extension/src/main.ts
+228 −0 extension/src/server/flow-config.ts
+152 −0 extension/src/server/language-server.ts
+8 −10 extension/src/settings/settings.ts
+3 −4 extension/src/telemetry/telemetry.ts
+0 −74 extension/src/ui/components/status-bar.ts
+1 −15 extension/src/ui/prompts.ts
+0 −28 extension/src/ui/ui-controller.ts
+0 −7 extension/src/utils/debug.ts
+24 −0 extension/src/utils/utils.ts
+0 −0 extension/test/fixtures/workspace/bar/flow.json
+0 −0 extension/test/fixtures/workspace/foo/flow.json
+51 −1 extension/test/integration/0 - dependencies.test.ts
+28 −57 extension/test/integration/1 - language-server.test.ts
+26 −0 extension/test/integration/2 - commands.test.ts
+0 −70 extension/test/integration/2 - emulator.test.ts
+0 −56 extension/test/integration/3 - commands.test.ts
+0 −0 extension/test/integration/3 - schema.test.ts
+166 −0 extension/test/integration/4 - flow-config.test.ts
+0 −31 extension/test/integration/terminal-emulator.ts
+0 −1 extension/test/mock/mockSettings.ts
+0 −22 extension/test/unit/account.test.ts
+0 −16 extension/test/unit/emulator.test.ts
+0 −21 extension/test/unit/flowConfig.test.ts
+443 −268 package-lock.json
+16 −46 package.json
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-codeql
Submodule vscode-codeql updated 391 files
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-go
Submodule vscode-go updated 107 files
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-jest
Submodule vscode-jest updated 103 files
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-lean
Submodule vscode-lean updated 1 files
+23 −23 README.md
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-lean4
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-motoko
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-move-syntax
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-prisma
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-slice
Submodule vscode-slice updated 62 files
+3 −0 .gitignore
+6 −0 .vscode/extensions.json
+33 −12 .vscode/launch.json
+17 −0 .vscode/settings.json
+79 −0 .vscode/tasks.json
+16 −0 .vscodeignore
+49 −0 .vsixmanifest
+37 −0 INSTALLATION.md
+6 −25 README.md
+1 −0 client/.gitignore
+319 −0 client/package-lock.json
+23 −0 client/package.json
+182 −0 client/src/extension.ts
+12 −0 client/tsconfig.json
+40 −0 images/ice.svg
+ images/icon.png
+21 −0 images/slice.svg
+11 −12 language-configuration.json
+2,488 −0 package-lock.json
+113 −36 package.json
+1,515 −0 server/Cargo.lock
+14 −0 server/Cargo.toml
+20 −0 server/build.sh
+137 −0 server/src/config.rs
+74 −0 server/src/diagnostic_ext.rs
+106 −0 server/src/hover.rs
+184 −0 server/src/jump_definition.rs
+300 −0 server/src/main.rs
+19 −0 server/src/utils.rs
+1 −0 slice/.gitattributes
+63 −0 slice/.github/ISSUE_TEMPLATE/bug_report.yml
+43 −0 slice/.github/ISSUE_TEMPLATE/feature_request.yml
+17 −0 slice/.github/workflows/spellcheck.yml
+23 −0 slice/.vscode/cspell.json
+6 −0 slice/.vscode/extensions.json
+3 −0 slice/.vscode/settings.json
+11 −0 slice/Ice/IdentityPath.slice
+43 −0 slice/Ice/Locator.slice
+63 −0 slice/Ice/LocatorRegistry.slice
+28 −0 slice/Ice/Object.slice
+22 −0 slice/Ice/Process.slice
+15 −0 slice/IceRpc/CompressionFormat.slice
+11 −0 slice/IceRpc/Internal/Fragment.slice
+124 −0 slice/IceRpc/Internal/IceDefinitions.slice
+63 −0 slice/IceRpc/Internal/IceRpcDefinitions.slice
+16 −0 slice/IceRpc/Internal/Identity.slice
+21 −0 slice/IceRpc/RequestFieldKey.slice
+9 −0 slice/IceRpc/ResponseFieldKey.slice
+11 −0 slice/IceRpc/ServiceAddress.slice
+25 −0 slice/IceRpc/Slice/Internal/InvocationMode.slice
+15 −0 slice/IceRpc/Slice/Internal/TcpServerAddressBody.slice
+40 −0 slice/IceRpc/StatusCode.slice
+134 −0 slice/IceRpc/Transports/Slic/Internal/SlicDefinitions.slice
+201 −0 slice/LICENSE
+22 −0 slice/README.md
+9 −0 slice/WellKnownTypes/Duration.slice
+10 −0 slice/WellKnownTypes/TimeStamp.slice
+8 −0 slice/WellKnownTypes/Uri.slice
+9 −0 slice/WellKnownTypes/Uuid.slice
+1,695 −0 syntaxes/ice.tmLanguage.json
+1,074 −2,006 syntaxes/slice.tmLanguage.json
+24 −0 tsconfig.json
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-vba-json
2 changes: 1 addition & 1 deletion vendor/grammars/vscode_cobol
Submodule vscode_cobol updated 50 files
+72 −0 CHANGELOG.md
+0 −3 CHANGELOG_8.8.25.md
+0 −27 CHANGELOG_9.7.19.md
+7 −1 IDEAS.md
+1 −1 LICENSE
+13 −29 README.md
+76 −25 package.json
+80 −0 snippets/cobol.json
+3 −12 src/caseformatter.ts
+3 −1 src/cobolglobalcache.ts
+127 −33 src/cobollinter.ts
+9 −8 src/cobolsourcescanner.ts
+22 −7 src/cobolutils.ts
+25 −26 src/doccomment.ts
+41 −11 src/extension.ts
+7 −2 src/externalfeatures.ts
+25 −0 src/iconfiguration.ts
+118 −39 src/tabstopper.ts
+1 −1 src/test/runTest.ts
+0 −14 src/test/suite/extension.test.ts
+6 −4 src/test/suite/index.ts
+0 −9 src/test/suite/issue189_coboldoc.cbl
+0 −15 src/test/suite/issue189_msdn.cbl
+0 −389 src/test/suite/string.cbl
+20 −18 src/vscommon_commands.ts
+19 −1 src/vsconfiguration.ts
+14 −0 src/vsdirectivesconv.ts
+50 −0 src/vsformatter.ts
+3 −3 src/vshoverprovider.ts
+0 −12 src/vssemanticprovider.ts
+147 −31 src/vssnippetprovider.ts
+16 −3 src/web/extension.ts
+1 −1 syntaxes/ACUCOBOL.tmLanguage.json
+6 −2 syntaxes/COBOL.tmLanguage.json
+1 −1 syntaxes/COBOLIT.tmLanguage.json
+1 −1 syntaxes/COBOL_acu_listfile.tmLanguage.json
+1 −1 syntaxes/COBOL_mf_listfile.tmLanguage.json
+1 −1 syntaxes/COBOL_mfprep.tmLanguage.json
+1 −1 syntaxes/COBOL_pcob_listfile.tmLanguage.json
+1 −1 syntaxes/PLI.tmLanguage.json
+1 −1 syntaxes/RMCOBOL.tmLanguage.json
+1 −1 syntaxes/bms.tmLanguage.json
+1 −1 syntaxes/bmsmap.tmLanguage.json
+1 −1 syntaxes/cobsql_dir.json
+1 −1 syntaxes/dir.tmLanguage.json
+1 −1 syntaxes/hlasm.tmLanguage.json
+1 −1 syntaxes/jcl.tmLanguage.json
+1 −1 syntaxes/mfu.tmLanguage.json
+1 −1 syntaxes/mfupp_dir.json
+1 −1 syntaxes/utreport.tmLanguage.json
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/AL.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: AL
version: b7ee43a4f93e35e56c7a12316aed548c470a8406
version: 96c407663984341b21e574a58ef6ca6f89cc3fc0
type: git_submodule
homepage: https://github.com/microsoft/AL
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/CoDT7-Sublime.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: CoDT7-Sublime
version: c078fc6e5ff116e3170de896521824fd096853e1
version: cbb269812475da316261cfa5322f2e46623385b1
type: git_submodule
homepage: https://github.com/Jake-NotTheMuss/CoDT7-Sublime.git
license: unlicense
Expand Down
4 changes: 3 additions & 1 deletion vendor/licenses/git_submodule/CodeMirror.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: CodeMirror
version: 53faa33ac69598b7495e160824b58ebb8d70fe97
version: e84384b4210bc35300994de07c6333666f2a5c9e
type: git_submodule
homepage: https://github.com/codemirror/CodeMirror
license: mit
Expand Down Expand Up @@ -334,6 +334,7 @@ notices:
Fredrik Borg
FUJI Goro (gfx)
fzipp
Gabriela Gutierrez
Gabriel Gheorghian
Gabriel Horner
Gabriel Nahmias
Expand Down Expand Up @@ -751,6 +752,7 @@ notices:
paris
Paris
Paris Kasidiaris
Parker Lougheed
Patil Arpith
Patrick Kettner
Patrick Stoica
Expand Down
4 changes: 2 additions & 2 deletions vendor/licenses/git_submodule/GeneroFgl.tmbundle.dep.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: GeneroFgl.tmbundle
version: '08c18d5226822a1ebdc21d3f8454a12c19e080ae'
version: dedc0c5df4235a3c63969eb15a24c7d10f67b686
type: git_submodule
homepage: https://github.com/FourjsGenero/GeneroFgl.tmbundle
homepage: https://github.com/FourjsGenero/GeneroFgl.tmbundle.git
license: unlicense
licenses:
- sources: LICENSE.txt
Expand Down
30 changes: 27 additions & 3 deletions vendor/licenses/git_submodule/Handlebars.dep.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
type: git_submodule
name: Handlebars
version: c2c09947b6b83d740e9ee94a6e3a0199476f2e15
version: 9fb01fefe48532deb901926cd80774215b454ff9
type: git_submodule
homepage: https://github.com/daaain/Handlebars
license: mit
licenses:
- text: |-
- sources: LICENSE
text: |
The MIT License (MIT)
Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -24,4 +26,26 @@ licenses:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
- sources: README.md
text: |-
(The MIT License)
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
notices: []
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: MATLAB-Language-grammar
version: c2c0e4ec8a401b2c6f76e6069aa0b19da3d0b3bd
version: da0cd40defa79fb9f867d6d0b222091cfdab3869
type: git_submodule
homepage: https://github.com/mathworks/MATLAB-Language-grammar
license: bsd-2-clause
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/Nasal.tmbundle.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Nasal.tmbundle
version: 856bd56438b2ca2a82676b461dcebbe74e75600c
version: 95113f60db7cb7ac7b6c3d854683773879407a48
type: git_submodule
homepage: https://github.com/BobDotCom/Nasal.tmbundle.git
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/NimLime.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: NimLime
version: 6297c32c11fd92eb9bc3c5cd09a9ff79b7f3d4f9
version: df69515d853380cde7ad58c54e69cf52e725d3bb
type: git_submodule
homepage: https://github.com/nim-lang/NimLime
license: mit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: TypeScript-TmLanguage
version: 82dcf60b94c305088165eff5c7e14b07f6048b22
version: 6df2bff55f94bfe0bde94a323e041193d150c67e
type: git_submodule
homepage: https://github.com/Microsoft/TypeScript-TmLanguage
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/VscodeAdblockSyntax.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: VscodeAdblockSyntax
version: bbd868b4288bf03cb3a2551b5ef35b2103e5a70f
version: 58e8198dc42e11fcf471471acd1212fe62525d56
type: git_submodule
homepage: https://github.com/AdguardTeam/VscodeAdblockSyntax.git
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/abap-cds-grammar.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: abap-cds-grammar
version: 14d892fb0eb8bd98b0340a2b6d265cbeeb938884
version: dd803e6ad2eea202b537a87c0da0536b92f60d3e
type: git_submodule
homepage: https://github.com/FreHu/abap-cds-grammar
license: unlicense
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/astro.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: astro
version: 1e84fac22fb3ed6686ec4d5f963a0420ba2d7d82
version: dd23bc1c169f67d90c949da52c0a1265b9a8d5ba
type: git_submodule
homepage: https://github.com/withastro/language-tools.git
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/atom-language-julia.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: atom-language-julia
version: 134a10664d7b9010af432f4042637c16fd61fe2b
version: 85cf3ef2ddcb7bc9b2b17b2a5f1fc664e1f1e718
type: git_submodule
homepage: https://github.com/JuliaEditorSupport/atom-language-julia
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/atom-language-perl6.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: atom-language-perl6
version: 8c196e381edb0e5575db611bad4ca7de8b437d66
version: bd341e83c14a69b68cb304fb6931abed8473b05a
type: git_submodule
homepage: https://github.com/perl6/atom-language-perl6
license: other
Expand Down

0 comments on commit ee9119e

Please sign in to comment.