diff --git a/Rakefile b/Rakefile index 76cbed4513..592df4c129 100644 --- a/Rakefile +++ b/Rakefile @@ -58,7 +58,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 = 25 # 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 = 26 # 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 diff --git a/grammars.yml b/grammars.yml index ebbd68390e..5122fce5c8 100644 --- a/grammars.yml +++ b/grammars.yml @@ -64,6 +64,7 @@ vendor/grammars/NovaGrammars: - source.keyvalues - source.redirects - source.solution +- source.ws - text.robots-txt vendor/grammars/ObjectScript.tmBundle: - source.objectscript @@ -453,8 +454,10 @@ vendor/grammars/language-eml: vendor/grammars/language-etc: - etc - injections.etc +- source.bc - source.c.nwscript - source.curlrc +- source.dc - source.direct-x - source.dosbox-conf - source.dotenv diff --git a/lib/linguist/VERSION b/lib/linguist/VERSION index 0973ae3f41..6328c5424a 100644 --- a/lib/linguist/VERSION +++ b/lib/linguist/VERSION @@ -1 +1 @@ -7.16.1 +7.17.0 diff --git a/vendor/CodeMirror b/vendor/CodeMirror index d27055249b..5ac7b8a8f4 160000 --- a/vendor/CodeMirror +++ b/vendor/CodeMirror @@ -1 +1 @@ -Subproject commit d27055249bb051900f4c59489c45e81a2b0e8c46 +Subproject commit 5ac7b8a8f4f79684681f811d24e19c8cd642ead8 diff --git a/vendor/grammars/MATLAB-Language-grammar b/vendor/grammars/MATLAB-Language-grammar index 970e267647..9e3615de24 160000 --- a/vendor/grammars/MATLAB-Language-grammar +++ b/vendor/grammars/MATLAB-Language-grammar @@ -1 +1 @@ -Subproject commit 970e26764730ac4d0967fccccb48f38f496fe58d +Subproject commit 9e3615de249ea8895ccb208f2fd26d9c87e5fcf8 diff --git a/vendor/grammars/NovaGrammars b/vendor/grammars/NovaGrammars index c439159b8c..f755070f83 160000 --- a/vendor/grammars/NovaGrammars +++ b/vendor/grammars/NovaGrammars @@ -1 +1 @@ -Subproject commit c439159b8c93980cc4f4a445dd63bc6fe5eaea6d +Subproject commit f755070f839492e9189e63868dadc8142037e6bb diff --git a/vendor/grammars/Sublime-SQF-Language b/vendor/grammars/Sublime-SQF-Language index 28fa62c901..a3e0783168 160000 --- a/vendor/grammars/Sublime-SQF-Language +++ b/vendor/grammars/Sublime-SQF-Language @@ -1 +1 @@ -Subproject commit 28fa62c901f45beb6e82f3b56c1434b31db569e4 +Subproject commit a3e078316862ea08faef7b4fcb9574848ba57050 diff --git a/vendor/grammars/SublimeGDB b/vendor/grammars/SublimeGDB index ec6683cbf0..0924418682 160000 --- a/vendor/grammars/SublimeGDB +++ b/vendor/grammars/SublimeGDB @@ -1 +1 @@ -Subproject commit ec6683cbf0a1d0ed191b823c0c7efd2ccf66f87f +Subproject commit 0924418682f86840df72fd66427911c7cb793620 diff --git a/vendor/grammars/TypeScript-TmLanguage b/vendor/grammars/TypeScript-TmLanguage index 6012ccea5c..53b4eaa3fa 160000 --- a/vendor/grammars/TypeScript-TmLanguage +++ b/vendor/grammars/TypeScript-TmLanguage @@ -1 +1 @@ -Subproject commit 6012ccea5c7fef05805fb38d1fa27acd8e667e33 +Subproject commit 53b4eaa3faa5415ef070b32157c7b82f027d6907 diff --git a/vendor/grammars/abap.tmbundle b/vendor/grammars/abap.tmbundle index 8310392447..69bef91a6f 160000 --- a/vendor/grammars/abap.tmbundle +++ b/vendor/grammars/abap.tmbundle @@ -1 +1 @@ -Subproject commit 8310392447ccd281ccfb466723193e7cbcc21326 +Subproject commit 69bef91a6f51417efabbe61b528ec6d47afbd842 diff --git a/vendor/grammars/astro b/vendor/grammars/astro index cb7c9d5f82..f798663570 160000 --- a/vendor/grammars/astro +++ b/vendor/grammars/astro @@ -1 +1 @@ -Subproject commit cb7c9d5f82c9b557665299b2ec5f08e3da8606c5 +Subproject commit f798663570a0d10adc83b7aec93bfee6ee96d8dd diff --git a/vendor/grammars/atom-fstar b/vendor/grammars/atom-fstar index d7ee2f76a8..05592abc84 160000 --- a/vendor/grammars/atom-fstar +++ b/vendor/grammars/atom-fstar @@ -1 +1 @@ -Subproject commit d7ee2f76a83b675392498ad0b0a0511d8310a30b +Subproject commit 05592abc84201bf1c59fc7fa000c49c781980170 diff --git a/vendor/grammars/ballerina-grammar b/vendor/grammars/ballerina-grammar index e11f43fb6d..0f180bf01e 160000 --- a/vendor/grammars/ballerina-grammar +++ b/vendor/grammars/ballerina-grammar @@ -1 +1 @@ -Subproject commit e11f43fb6dd8167d625d6abbec11654873af8c1a +Subproject commit 0f180bf01e751929bad5edb0279c1f74f49e094f diff --git a/vendor/grammars/bicep b/vendor/grammars/bicep index a9c666441c..223b8d227a 160000 --- a/vendor/grammars/bicep +++ b/vendor/grammars/bicep @@ -1 +1 @@ -Subproject commit a9c666441c6093d02d709ce75a290be187b182a9 +Subproject commit 223b8d227a74d0e24a3cc20a6ab7ea0a9dc7e34b diff --git a/vendor/grammars/csharp-tmLanguage b/vendor/grammars/csharp-tmLanguage index 3237bab594..0dbc12ae0b 160000 --- a/vendor/grammars/csharp-tmLanguage +++ b/vendor/grammars/csharp-tmLanguage @@ -1 +1 @@ -Subproject commit 3237bab594d2d6450f7650647859f14c1ee9ddf5 +Subproject commit 0dbc12ae0b9fbe66cdd147fe3937f8704ef2515f diff --git a/vendor/grammars/dart-syntax-highlight b/vendor/grammars/dart-syntax-highlight index 0aaacde81a..197958ce59 160000 --- a/vendor/grammars/dart-syntax-highlight +++ b/vendor/grammars/dart-syntax-highlight @@ -1 +1 @@ -Subproject commit 0aaacde81aa9a12cfed8ca4ab619be5d9e9ed00a +Subproject commit 197958ce593816956fa8cefdabb66328f84b6443 diff --git a/vendor/grammars/godot-vscode-plugin b/vendor/grammars/godot-vscode-plugin index 21cfd82f4d..ce30e6ed95 160000 --- a/vendor/grammars/godot-vscode-plugin +++ b/vendor/grammars/godot-vscode-plugin @@ -1 +1 @@ -Subproject commit 21cfd82f4d277d51b241ded84f5c880e3ebf012c +Subproject commit ce30e6ed95ceb477eca5244fc7736ae3d51ec539 diff --git a/vendor/grammars/language-css b/vendor/grammars/language-css index 5e9fc58865..01cfa5a2e6 160000 --- a/vendor/grammars/language-css +++ b/vendor/grammars/language-css @@ -1 +1 @@ -Subproject commit 5e9fc58865d153bbff89c1ed9a2da50acd9b16bf +Subproject commit 01cfa5a2e6dafb341e987bdd02675259950d3be7 diff --git a/vendor/grammars/language-emacs-lisp b/vendor/grammars/language-emacs-lisp index 70fa4e1311..64b44bbef7 160000 --- a/vendor/grammars/language-emacs-lisp +++ b/vendor/grammars/language-emacs-lisp @@ -1 +1 @@ -Subproject commit 70fa4e1311a94aed3117e3e941276c58a891b23b +Subproject commit 64b44bbef7de167efe0d2d13c07fdff76dd0125c diff --git a/vendor/grammars/language-eml b/vendor/grammars/language-eml index fb467d5c72..e92b829c1e 160000 --- a/vendor/grammars/language-eml +++ b/vendor/grammars/language-eml @@ -1 +1 @@ -Subproject commit fb467d5c7264a5daaa6ab9973b2b7f5fc2e62847 +Subproject commit e92b829c1e68710f1e2d5c039642e3a8ff06db6d diff --git a/vendor/grammars/language-etc b/vendor/grammars/language-etc index e33c2aaf16..659fa59e9d 160000 --- a/vendor/grammars/language-etc +++ b/vendor/grammars/language-etc @@ -1 +1 @@ -Subproject commit e33c2aaf165b8dee1e70728fb993597e4f46b648 +Subproject commit 659fa59e9d1dee9cbbf333c710dc06d532a30369 diff --git a/vendor/grammars/language-javascript b/vendor/grammars/language-javascript index da81489944..72c8b9d06e 160000 --- a/vendor/grammars/language-javascript +++ b/vendor/grammars/language-javascript @@ -1 +1 @@ -Subproject commit da81489944f5900753c60d7640681bba26a11476 +Subproject commit 72c8b9d06eb00e549d7f2b1677f0174603f5abce diff --git a/vendor/grammars/language-jq b/vendor/grammars/language-jq index 974a893559..2401bdf50a 160000 --- a/vendor/grammars/language-jq +++ b/vendor/grammars/language-jq @@ -1 +1 @@ -Subproject commit 974a8935591814aab45c17bde4d5f0011e481a54 +Subproject commit 2401bdf50a0bc4fbef95ec58bc125add5c6a7746 diff --git a/vendor/grammars/language-mcfunction b/vendor/grammars/language-mcfunction index 1453d95555..d525d3b976 160000 --- a/vendor/grammars/language-mcfunction +++ b/vendor/grammars/language-mcfunction @@ -1 +1 @@ -Subproject commit 1453d9555575aaa15106d7f849e93455b45d88e5 +Subproject commit d525d3b976869b093893c0cab2645455e12e2464 diff --git a/vendor/grammars/language-roff b/vendor/grammars/language-roff index e3e8a7d966..b3e91a18af 160000 --- a/vendor/grammars/language-roff +++ b/vendor/grammars/language-roff @@ -1 +1 @@ -Subproject commit e3e8a7d9667fb47de1150fb2f4c0c2eda0e77719 +Subproject commit b3e91a18af710dd9bf8e323203b0dc589258027f diff --git a/vendor/grammars/linter-lilypond b/vendor/grammars/linter-lilypond index a8d36288ce..34c5c960bd 160000 --- a/vendor/grammars/linter-lilypond +++ b/vendor/grammars/linter-lilypond @@ -1 +1 @@ -Subproject commit a8d36288ce51df1d5583a92ae66b16b9830e2c98 +Subproject commit 34c5c960bd130b705adde32506a5eb39ac67e6b0 diff --git a/vendor/grammars/powershell b/vendor/grammars/powershell index c150c15cca..742f0b5d4b 160000 --- a/vendor/grammars/powershell +++ b/vendor/grammars/powershell @@ -1 +1 @@ -Subproject commit c150c15cca30cafd2159e3f53514f93ccf4c5649 +Subproject commit 742f0b5d4b60f5930c0b47fcc1f646860521296e diff --git a/vendor/grammars/qsharp-compiler b/vendor/grammars/qsharp-compiler index c4e6b726a8..233e3e8058 160000 --- a/vendor/grammars/qsharp-compiler +++ b/vendor/grammars/qsharp-compiler @@ -1 +1 @@ -Subproject commit c4e6b726a8bb8fe6b20c3011001e3fac12eabd68 +Subproject commit 233e3e8058dc1a758a65050d47f57696df6f42eb diff --git a/vendor/grammars/rescript-vscode b/vendor/grammars/rescript-vscode index ec25534d15..8d0412a723 160000 --- a/vendor/grammars/rescript-vscode +++ b/vendor/grammars/rescript-vscode @@ -1 +1 @@ -Subproject commit ec25534d1552fd4ce6f3c27c28005caee504c391 +Subproject commit 8d0412a72307b220b7f5774e2612760a2d429059 diff --git a/vendor/grammars/sas.tmbundle b/vendor/grammars/sas.tmbundle index e6bc497c39..dca7227150 160000 --- a/vendor/grammars/sas.tmbundle +++ b/vendor/grammars/sas.tmbundle @@ -1 +1 @@ -Subproject commit e6bc497c39c776c323879181e3adf535a1a4fd62 +Subproject commit dca722715002cc63b63ca7df2a6d65d531872e2a diff --git a/vendor/grammars/sourcepawn-vscode b/vendor/grammars/sourcepawn-vscode index a5bfb209d8..88a48c8263 160000 --- a/vendor/grammars/sourcepawn-vscode +++ b/vendor/grammars/sourcepawn-vscode @@ -1 +1 @@ -Subproject commit a5bfb209d8c101eabcdc8793341763d336a98608 +Subproject commit 88a48c8263acd92cc877d624b3918cecfcb18d03 diff --git a/vendor/grammars/sublime-cirru b/vendor/grammars/sublime-cirru index a581ef466c..5465b5ac17 160000 --- a/vendor/grammars/sublime-cirru +++ b/vendor/grammars/sublime-cirru @@ -1 +1 @@ -Subproject commit a581ef466c1eefcd601bbc5bfb8677a0b11ff9b5 +Subproject commit 5465b5ac1728bdee6bbfce8038eb368c6f06e720 diff --git a/vendor/grammars/sublime-glsl b/vendor/grammars/sublime-glsl index 4cd4acfffc..59a5f8a312 160000 --- a/vendor/grammars/sublime-glsl +++ b/vendor/grammars/sublime-glsl @@ -1 +1 @@ -Subproject commit 4cd4acfffc7f2ab4f154b6ebfbbe0bb71825eb89 +Subproject commit 59a5f8a3120358657cefdc4b830b4a883ebfbf77 diff --git a/vendor/grammars/sublime-nginx b/vendor/grammars/sublime-nginx index 15a1db1510..65f5a63c0d 160000 --- a/vendor/grammars/sublime-nginx +++ b/vendor/grammars/sublime-nginx @@ -1 +1 @@ -Subproject commit 15a1db15106fb668b3b1396a725ab002a8ef286c +Subproject commit 65f5a63c0d1760c5db2264e50e3b14a7a4567cc0 diff --git a/vendor/grammars/sublime-odin b/vendor/grammars/sublime-odin index 0ebf612bc0..f1143914e0 160000 --- a/vendor/grammars/sublime-odin +++ b/vendor/grammars/sublime-odin @@ -1 +1 @@ -Subproject commit 0ebf612bc05b943836413b321e6453979043d38b +Subproject commit f1143914e048e44ff41ba902ff67e269cc6ed197 diff --git a/vendor/grammars/vscode-codeql b/vendor/grammars/vscode-codeql index 72776e8254..81a2f9c428 160000 --- a/vendor/grammars/vscode-codeql +++ b/vendor/grammars/vscode-codeql @@ -1 +1 @@ -Subproject commit 72776e8254c8fd919e731dd958fbc381f0ee8c74 +Subproject commit 81a2f9c42809175e237de4a64f2ef8beac4c38f5 diff --git a/vendor/grammars/vscode-cue b/vendor/grammars/vscode-cue index 7bd21882dc..0734615a26 160000 --- a/vendor/grammars/vscode-cue +++ b/vendor/grammars/vscode-cue @@ -1 +1 @@ -Subproject commit 7bd21882dc0e5299271597f18f2740394714cfea +Subproject commit 0734615a2607fe03f5d6c1816f8f7435179659fc diff --git a/vendor/grammars/vscode-fluent b/vendor/grammars/vscode-fluent index f55e9ef16b..39e7c67169 160000 --- a/vendor/grammars/vscode-fluent +++ b/vendor/grammars/vscode-fluent @@ -1 +1 @@ -Subproject commit f55e9ef16b0cba6dad9d7cacac996ae6d2ac23fe +Subproject commit 39e7c671697aae475d64c503dc7bcb152caab58d diff --git a/vendor/grammars/vscode-gcode-syntax b/vendor/grammars/vscode-gcode-syntax index 2cecda6cba..c5b912c580 160000 --- a/vendor/grammars/vscode-gcode-syntax +++ b/vendor/grammars/vscode-gcode-syntax @@ -1 +1 @@ -Subproject commit 2cecda6cba9031cee217c0e2f25b1d7c0dbc74c0 +Subproject commit c5b912c580235f22b2203b278a137005f1fc13c4 diff --git a/vendor/grammars/vscode-go b/vendor/grammars/vscode-go index 45b06e0890..af8377d8b5 160000 --- a/vendor/grammars/vscode-go +++ b/vendor/grammars/vscode-go @@ -1 +1 @@ -Subproject commit 45b06e08902f075b196419afd1fa179c1482a0fa +Subproject commit af8377d8b517daf86ae298504bec7f592fb37b6c diff --git a/vendor/grammars/vscode-hack b/vendor/grammars/vscode-hack index 608151d0c6..b0b2f1a447 160000 --- a/vendor/grammars/vscode-hack +++ b/vendor/grammars/vscode-hack @@ -1 +1 @@ -Subproject commit 608151d0c612cc9edee92538c8367b43a32a326d +Subproject commit b0b2f1a4477b38700f37ec4f9dfed4a8a39665c7 diff --git a/vendor/grammars/vscode-hy b/vendor/grammars/vscode-hy index bf0e75661e..15dfafd773 160000 --- a/vendor/grammars/vscode-hy +++ b/vendor/grammars/vscode-hy @@ -1 +1 @@ -Subproject commit bf0e75661e9f67578375a5f737129555f6998ff6 +Subproject commit 15dfafd773d84723a6e1fee53158133123acbb1c diff --git a/vendor/grammars/vscode-jest b/vendor/grammars/vscode-jest index a7573b089a..e512f15854 160000 --- a/vendor/grammars/vscode-jest +++ b/vendor/grammars/vscode-jest @@ -1 +1 @@ -Subproject commit a7573b089a206d42102e2cb39c1e70c3c83b87b1 +Subproject commit e512f158547a041295301e683de44cd3b3d4ee16 diff --git a/vendor/grammars/vscode-opa b/vendor/grammars/vscode-opa index 0b8c9e54e4..de77fabc4a 160000 --- a/vendor/grammars/vscode-opa +++ b/vendor/grammars/vscode-opa @@ -1 +1 @@ -Subproject commit 0b8c9e54e4fcce788d8c1dd3dc2b808a5204d3de +Subproject commit de77fabc4aea58e3fdf22e3e99ca92f8fc0f5e92 diff --git a/vendor/grammars/vscode-plantuml b/vendor/grammars/vscode-plantuml index a151047641..ee0433666a 160000 --- a/vendor/grammars/vscode-plantuml +++ b/vendor/grammars/vscode-plantuml @@ -1 +1 @@ -Subproject commit a151047641c224772d6553d98ccfe1b60483c60a +Subproject commit ee0433666ae29e881cca10c712e1ad3ecae2d5ee diff --git a/vendor/grammars/vscode-prisma b/vendor/grammars/vscode-prisma index 2d99eacbaa..e1d05c543d 160000 --- a/vendor/grammars/vscode-prisma +++ b/vendor/grammars/vscode-prisma @@ -1 +1 @@ -Subproject commit 2d99eacbaa0cb9aa1afb6f64bc7340f69e398874 +Subproject commit e1d05c543dc0905b9e650a9e2ce5bdbbbd3d5165 diff --git a/vendor/grammars/vscode-proto3 b/vendor/grammars/vscode-proto3 index 1e68b2e2b2..7042893d02 160000 --- a/vendor/grammars/vscode-proto3 +++ b/vendor/grammars/vscode-proto3 @@ -1 +1 @@ -Subproject commit 1e68b2e2b22cf75b6fad5b7366060e03911333ed +Subproject commit 7042893d02d04fbe75984ba3d23e85740344ba4b diff --git a/vendor/grammars/vscode-scala-syntax b/vendor/grammars/vscode-scala-syntax index 2aba550496..c3db1d7781 160000 --- a/vendor/grammars/vscode-scala-syntax +++ b/vendor/grammars/vscode-scala-syntax @@ -1 +1 @@ -Subproject commit 2aba550496e787baf245782a2d0a9420d0b9d1b1 +Subproject commit c3db1d7781fb5d1c1fb0493e400ce17493f1ac6e diff --git a/vendor/grammars/vscode-vlang b/vendor/grammars/vscode-vlang index 5964f74f19..7555980fcb 160000 --- a/vendor/grammars/vscode-vlang +++ b/vendor/grammars/vscode-vlang @@ -1 +1 @@ -Subproject commit 5964f74f19a661dcd0e5d35a81e9ba8b2efd356b +Subproject commit 7555980fcb3e43d08d1f2be9b3a1013e54d79bf2 diff --git a/vendor/grammars/vscode-yara b/vendor/grammars/vscode-yara index 4cc582bfa9..accdba1d0a 160000 --- a/vendor/grammars/vscode-yara +++ b/vendor/grammars/vscode-yara @@ -1 +1 @@ -Subproject commit 4cc582bfa9b7119ee2670c8d504e92ab0e7b33b9 +Subproject commit accdba1d0a9ac29ea3f582ce8c86156ae0242753 diff --git a/vendor/grammars/zephir-sublime b/vendor/grammars/zephir-sublime index 86d8d61843..2d68b4ce08 160000 --- a/vendor/grammars/zephir-sublime +++ b/vendor/grammars/zephir-sublime @@ -1 +1 @@ -Subproject commit 86d8d61843f2ca0b6ef9dfd3b606fab33cc49e67 +Subproject commit 2d68b4ce08bf445e07df018c07818dc1187b5d3f diff --git a/vendor/licenses/git_submodule/CodeMirror.dep.yml b/vendor/licenses/git_submodule/CodeMirror.dep.yml index d25888cac4..c3b9bf1cd1 100644 --- a/vendor/licenses/git_submodule/CodeMirror.dep.yml +++ b/vendor/licenses/git_submodule/CodeMirror.dep.yml @@ -1,6 +1,6 @@ --- name: CodeMirror -version: d27055249bb051900f4c59489c45e81a2b0e8c46 +version: 5ac7b8a8f4f79684681f811d24e19c8cd642ead8 type: git_submodule homepage: https://github.com/codemirror/CodeMirror license: mit @@ -110,8 +110,10 @@ notices: anthonygego Anthony Gégo Anthony Grimes + Anthony Stewart Anton Kovalyov antosarho + aoki ken Apollo Zhu AQNOUCH Mohammed Aram Shatakhtsyan @@ -462,6 +464,7 @@ notices: John Lees-Miller John Ryan John Snelson + johnspiegel John Van Der Loo Jon Ander Peñalba Jonas Döbertin @@ -500,6 +503,7 @@ notices: Karol Kaushik Kulkarni Kayur Patel + Kazuhisa Ishizaka Kazuhito Hokamura kcwiakala Kees de Kooter @@ -795,6 +799,7 @@ notices: Rongjian Zhang Rrandom Rrrandom + Ruslan Bekenev Ruslan Osmanov rvalavicius Ryan Pangrle @@ -802,6 +807,7 @@ notices: Ryan Prior ryu-sato sabaca + Sachin Gupta Sam Lee Sam Rawlins Samuel Ainsworth diff --git a/vendor/licenses/git_submodule/MATLAB-Language-grammar.dep.yml b/vendor/licenses/git_submodule/MATLAB-Language-grammar.dep.yml index 02a8616a4b..671f1c9dbb 100644 --- a/vendor/licenses/git_submodule/MATLAB-Language-grammar.dep.yml +++ b/vendor/licenses/git_submodule/MATLAB-Language-grammar.dep.yml @@ -1,6 +1,6 @@ --- name: MATLAB-Language-grammar -version: 970e26764730ac4d0967fccccb48f38f496fe58d +version: 9e3615de249ea8895ccb208f2fd26d9c87e5fcf8 type: git_submodule homepage: https://github.com/mathworks/MATLAB-Language-grammar license: bsd-2-clause diff --git a/vendor/licenses/git_submodule/NovaGrammars.dep.yml b/vendor/licenses/git_submodule/NovaGrammars.dep.yml index 60b4e4d079..95fbd2823e 100644 --- a/vendor/licenses/git_submodule/NovaGrammars.dep.yml +++ b/vendor/licenses/git_submodule/NovaGrammars.dep.yml @@ -1,6 +1,6 @@ --- name: NovaGrammars -version: c439159b8c93980cc4f4a445dd63bc6fe5eaea6d +version: f755070f839492e9189e63868dadc8142037e6bb type: git_submodule homepage: https://github.com/Nixinova/NovaGrammars license: isc diff --git a/vendor/licenses/git_submodule/Sublime-SQF-Language.dep.yml b/vendor/licenses/git_submodule/Sublime-SQF-Language.dep.yml index 2c32cd68e8..0c252f6c3e 100644 --- a/vendor/licenses/git_submodule/Sublime-SQF-Language.dep.yml +++ b/vendor/licenses/git_submodule/Sublime-SQF-Language.dep.yml @@ -1,6 +1,6 @@ --- name: Sublime-SQF-Language -version: 28fa62c901f45beb6e82f3b56c1434b31db569e4 +version: a3e078316862ea08faef7b4fcb9574848ba57050 type: git_submodule homepage: https://github.com/JonBons/Sublime-SQF-Language license: apache-2.0 diff --git a/vendor/licenses/git_submodule/SublimeGDB.dep.yml b/vendor/licenses/git_submodule/SublimeGDB.dep.yml index e2fceccb3f..c64d9649a6 100644 --- a/vendor/licenses/git_submodule/SublimeGDB.dep.yml +++ b/vendor/licenses/git_submodule/SublimeGDB.dep.yml @@ -1,6 +1,6 @@ --- name: SublimeGDB -version: ec6683cbf0a1d0ed191b823c0c7efd2ccf66f87f +version: '0924418682f86840df72fd66427911c7cb793620' type: git_submodule homepage: https://github.com/quarnster/SublimeGDB license: zlib diff --git a/vendor/licenses/git_submodule/TypeScript-TmLanguage.dep.yml b/vendor/licenses/git_submodule/TypeScript-TmLanguage.dep.yml index 1d978d7a1d..a96923f1ae 100644 --- a/vendor/licenses/git_submodule/TypeScript-TmLanguage.dep.yml +++ b/vendor/licenses/git_submodule/TypeScript-TmLanguage.dep.yml @@ -1,6 +1,6 @@ --- name: TypeScript-TmLanguage -version: 6012ccea5c7fef05805fb38d1fa27acd8e667e33 +version: 53b4eaa3faa5415ef070b32157c7b82f027d6907 type: git_submodule homepage: https://github.com/Microsoft/TypeScript-TmLanguage license: mit diff --git a/vendor/licenses/git_submodule/abap.tmbundle.dep.yml b/vendor/licenses/git_submodule/abap.tmbundle.dep.yml index 6ed1749eed..fab22960b7 100644 --- a/vendor/licenses/git_submodule/abap.tmbundle.dep.yml +++ b/vendor/licenses/git_submodule/abap.tmbundle.dep.yml @@ -1,6 +1,6 @@ --- name: abap.tmbundle -version: 8310392447ccd281ccfb466723193e7cbcc21326 +version: 69bef91a6f51417efabbe61b528ec6d47afbd842 type: git_submodule homepage: https://github.com/pvl/abap.tmbundle license: permissive diff --git a/vendor/licenses/git_submodule/astro.dep.yml b/vendor/licenses/git_submodule/astro.dep.yml index 072b460c9a..52994ecb2c 100644 --- a/vendor/licenses/git_submodule/astro.dep.yml +++ b/vendor/licenses/git_submodule/astro.dep.yml @@ -1,6 +1,6 @@ --- name: astro -version: cb7c9d5f82c9b557665299b2ec5f08e3da8606c5 +version: f798663570a0d10adc83b7aec93bfee6ee96d8dd type: git_submodule homepage: https://github.com/snowpackjs/astro license: mit diff --git a/vendor/licenses/git_submodule/atom-fstar.dep.yml b/vendor/licenses/git_submodule/atom-fstar.dep.yml index 24f3b19718..6722d9d6c5 100644 --- a/vendor/licenses/git_submodule/atom-fstar.dep.yml +++ b/vendor/licenses/git_submodule/atom-fstar.dep.yml @@ -1,10 +1,12 @@ --- -type: git_submodule name: atom-fstar -version: d7ee2f76a83b675392498ad0b0a0511d8310a30b +version: '05592abc84201bf1c59fc7fa000c49c781980170' +type: git_submodule +homepage: https://github.com/FStarLang/atom-fstar license: apache-2.0 licenses: -- text: |- +- sources: LICENSE + text: |- Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ diff --git a/vendor/licenses/git_submodule/ballerina-grammar.dep.yml b/vendor/licenses/git_submodule/ballerina-grammar.dep.yml index 712096c8c5..d51a427779 100644 --- a/vendor/licenses/git_submodule/ballerina-grammar.dep.yml +++ b/vendor/licenses/git_submodule/ballerina-grammar.dep.yml @@ -1,6 +1,6 @@ --- name: ballerina-grammar -version: e11f43fb6dd8167d625d6abbec11654873af8c1a +version: 0f180bf01e751929bad5edb0279c1f74f49e094f type: git_submodule homepage: https://github.com/ballerina-platform/ballerina-grammar license: apache-2.0 diff --git a/vendor/licenses/git_submodule/bicep.dep.yml b/vendor/licenses/git_submodule/bicep.dep.yml index 073f7bdb5c..0257fbd456 100644 --- a/vendor/licenses/git_submodule/bicep.dep.yml +++ b/vendor/licenses/git_submodule/bicep.dep.yml @@ -1,6 +1,6 @@ --- name: bicep -version: a9c666441c6093d02d709ce75a290be187b182a9 +version: 223b8d227a74d0e24a3cc20a6ab7ea0a9dc7e34b type: git_submodule homepage: https://github.com/azure/bicep license: mit diff --git a/vendor/licenses/git_submodule/csharp-tmLanguage.dep.yml b/vendor/licenses/git_submodule/csharp-tmLanguage.dep.yml index b630cb8b53..3fd6a72cd4 100644 --- a/vendor/licenses/git_submodule/csharp-tmLanguage.dep.yml +++ b/vendor/licenses/git_submodule/csharp-tmLanguage.dep.yml @@ -1,6 +1,6 @@ --- name: csharp-tmLanguage -version: 3237bab594d2d6450f7650647859f14c1ee9ddf5 +version: 0dbc12ae0b9fbe66cdd147fe3937f8704ef2515f type: git_submodule homepage: https://github.com/dotnet/csharp-tmLanguage license: mit diff --git a/vendor/licenses/git_submodule/dart-syntax-highlight.dep.yml b/vendor/licenses/git_submodule/dart-syntax-highlight.dep.yml index 6125501cb7..ab6d0ddad8 100644 --- a/vendor/licenses/git_submodule/dart-syntax-highlight.dep.yml +++ b/vendor/licenses/git_submodule/dart-syntax-highlight.dep.yml @@ -1,6 +1,6 @@ --- name: dart-syntax-highlight -version: 0aaacde81aa9a12cfed8ca4ab619be5d9e9ed00a +version: 197958ce593816956fa8cefdabb66328f84b6443 type: git_submodule homepage: https://github.com/dart-lang/dart-syntax-highlight license: bsd-3-clause diff --git a/vendor/licenses/git_submodule/godot-vscode-plugin.dep.yml b/vendor/licenses/git_submodule/godot-vscode-plugin.dep.yml index 06c6d4e159..ce499e5c1a 100644 --- a/vendor/licenses/git_submodule/godot-vscode-plugin.dep.yml +++ b/vendor/licenses/git_submodule/godot-vscode-plugin.dep.yml @@ -1,6 +1,6 @@ --- name: godot-vscode-plugin -version: 21cfd82f4d277d51b241ded84f5c880e3ebf012c +version: ce30e6ed95ceb477eca5244fc7736ae3d51ec539 type: git_submodule homepage: https://github.com/godotengine/godot-vscode-plugin license: mit diff --git a/vendor/licenses/git_submodule/language-css.dep.yml b/vendor/licenses/git_submodule/language-css.dep.yml index 374fb4df37..31c8bd5458 100644 --- a/vendor/licenses/git_submodule/language-css.dep.yml +++ b/vendor/licenses/git_submodule/language-css.dep.yml @@ -1,6 +1,6 @@ --- name: language-css -version: 5e9fc58865d153bbff89c1ed9a2da50acd9b16bf +version: 01cfa5a2e6dafb341e987bdd02675259950d3be7 type: git_submodule homepage: https://github.com/atom/language-css license: mit diff --git a/vendor/licenses/git_submodule/language-emacs-lisp.dep.yml b/vendor/licenses/git_submodule/language-emacs-lisp.dep.yml index 48d0dc537c..80ce8767d2 100644 --- a/vendor/licenses/git_submodule/language-emacs-lisp.dep.yml +++ b/vendor/licenses/git_submodule/language-emacs-lisp.dep.yml @@ -1,6 +1,6 @@ --- name: language-emacs-lisp -version: 70fa4e1311a94aed3117e3e941276c58a891b23b +version: 64b44bbef7de167efe0d2d13c07fdff76dd0125c type: git_submodule homepage: https://github.com/Alhadis/language-emacs-lisp license: isc diff --git a/vendor/licenses/git_submodule/language-eml.dep.yml b/vendor/licenses/git_submodule/language-eml.dep.yml index 40d0211fbb..5a37e89138 100644 --- a/vendor/licenses/git_submodule/language-eml.dep.yml +++ b/vendor/licenses/git_submodule/language-eml.dep.yml @@ -1,6 +1,6 @@ --- name: language-eml -version: fb467d5c7264a5daaa6ab9973b2b7f5fc2e62847 +version: e92b829c1e68710f1e2d5c039642e3a8ff06db6d type: git_submodule homepage: https://github.com/mariozaizar/language-eml license: mit diff --git a/vendor/licenses/git_submodule/language-etc.dep.yml b/vendor/licenses/git_submodule/language-etc.dep.yml index 0e02227213..64651f7853 100644 --- a/vendor/licenses/git_submodule/language-etc.dep.yml +++ b/vendor/licenses/git_submodule/language-etc.dep.yml @@ -1,6 +1,6 @@ --- name: language-etc -version: e33c2aaf165b8dee1e70728fb993597e4f46b648 +version: 659fa59e9d1dee9cbbf333c710dc06d532a30369 type: git_submodule homepage: https://github.com/Alhadis/language-etc license: isc diff --git a/vendor/licenses/git_submodule/language-javascript.dep.yml b/vendor/licenses/git_submodule/language-javascript.dep.yml index 9fc80021f8..825714fef0 100644 --- a/vendor/licenses/git_submodule/language-javascript.dep.yml +++ b/vendor/licenses/git_submodule/language-javascript.dep.yml @@ -1,6 +1,6 @@ --- name: language-javascript -version: da81489944f5900753c60d7640681bba26a11476 +version: 72c8b9d06eb00e549d7f2b1677f0174603f5abce type: git_submodule homepage: https://github.com/atom/language-javascript license: mit diff --git a/vendor/licenses/git_submodule/language-jq.dep.yml b/vendor/licenses/git_submodule/language-jq.dep.yml index 9e7672eb56..0f1fd38330 100644 --- a/vendor/licenses/git_submodule/language-jq.dep.yml +++ b/vendor/licenses/git_submodule/language-jq.dep.yml @@ -1,6 +1,6 @@ --- name: language-jq -version: 974a8935591814aab45c17bde4d5f0011e481a54 +version: 2401bdf50a0bc4fbef95ec58bc125add5c6a7746 type: git_submodule homepage: https://github.com/wader/language-jq license: mit diff --git a/vendor/licenses/git_submodule/language-mcfunction.dep.yml b/vendor/licenses/git_submodule/language-mcfunction.dep.yml index 87d1d9d140..494e367239 100644 --- a/vendor/licenses/git_submodule/language-mcfunction.dep.yml +++ b/vendor/licenses/git_submodule/language-mcfunction.dep.yml @@ -1,6 +1,6 @@ --- name: language-mcfunction -version: 1453d9555575aaa15106d7f849e93455b45d88e5 +version: d525d3b976869b093893c0cab2645455e12e2464 type: git_submodule homepage: https://github.com/Arcensoth/language-mcfunction license: mit diff --git a/vendor/licenses/git_submodule/language-roff.dep.yml b/vendor/licenses/git_submodule/language-roff.dep.yml index 4b046c02c1..e9e73fe78b 100644 --- a/vendor/licenses/git_submodule/language-roff.dep.yml +++ b/vendor/licenses/git_submodule/language-roff.dep.yml @@ -1,6 +1,6 @@ --- name: language-roff -version: e3e8a7d9667fb47de1150fb2f4c0c2eda0e77719 +version: b3e91a18af710dd9bf8e323203b0dc589258027f type: git_submodule homepage: https://github.com/Alhadis/language-roff license: isc diff --git a/vendor/licenses/git_submodule/linter-lilypond.dep.yml b/vendor/licenses/git_submodule/linter-lilypond.dep.yml index 45902c7ad0..d1caf2c47d 100644 --- a/vendor/licenses/git_submodule/linter-lilypond.dep.yml +++ b/vendor/licenses/git_submodule/linter-lilypond.dep.yml @@ -1,6 +1,6 @@ --- name: linter-lilypond -version: a8d36288ce51df1d5583a92ae66b16b9830e2c98 +version: 34c5c960bd130b705adde32506a5eb39ac67e6b0 type: git_submodule homepage: https://github.com/nwhetsell/linter-lilypond license: mit diff --git a/vendor/licenses/git_submodule/powershell.dep.yml b/vendor/licenses/git_submodule/powershell.dep.yml index 9230ef76c8..bef2e55ecf 100644 --- a/vendor/licenses/git_submodule/powershell.dep.yml +++ b/vendor/licenses/git_submodule/powershell.dep.yml @@ -1,6 +1,6 @@ --- name: powershell -version: c150c15cca30cafd2159e3f53514f93ccf4c5649 +version: 742f0b5d4b60f5930c0b47fcc1f646860521296e type: git_submodule homepage: https://github.com/PowerShell/EditorSyntax license: mit diff --git a/vendor/licenses/git_submodule/qsharp-compiler.dep.yml b/vendor/licenses/git_submodule/qsharp-compiler.dep.yml index d748ce5a7f..b03e051c78 100644 --- a/vendor/licenses/git_submodule/qsharp-compiler.dep.yml +++ b/vendor/licenses/git_submodule/qsharp-compiler.dep.yml @@ -1,6 +1,6 @@ --- name: qsharp-compiler -version: c4e6b726a8bb8fe6b20c3011001e3fac12eabd68 +version: 233e3e8058dc1a758a65050d47f57696df6f42eb type: git_submodule homepage: https://github.com/microsoft/qsharp-compiler license: mit diff --git a/vendor/licenses/git_submodule/rescript-vscode.dep.yml b/vendor/licenses/git_submodule/rescript-vscode.dep.yml index 6b07b83f68..c21363a018 100644 --- a/vendor/licenses/git_submodule/rescript-vscode.dep.yml +++ b/vendor/licenses/git_submodule/rescript-vscode.dep.yml @@ -1,6 +1,6 @@ --- name: rescript-vscode -version: ec25534d1552fd4ce6f3c27c28005caee504c391 +version: 8d0412a72307b220b7f5774e2612760a2d429059 type: git_submodule homepage: https://github.com/rescript-lang/rescript-vscode license: mit diff --git a/vendor/licenses/git_submodule/sas.tmbundle.dep.yml b/vendor/licenses/git_submodule/sas.tmbundle.dep.yml index d18d50f016..8e3db35a58 100644 --- a/vendor/licenses/git_submodule/sas.tmbundle.dep.yml +++ b/vendor/licenses/git_submodule/sas.tmbundle.dep.yml @@ -1,6 +1,6 @@ --- name: sas.tmbundle -version: e6bc497c39c776c323879181e3adf535a1a4fd62 +version: dca722715002cc63b63ca7df2a6d65d531872e2a type: git_submodule homepage: https://github.com/rpardee/sas.tmbundle license: mit diff --git a/vendor/licenses/git_submodule/sourcepawn-vscode.dep.yml b/vendor/licenses/git_submodule/sourcepawn-vscode.dep.yml index 48449d6dd7..f7d309323c 100644 --- a/vendor/licenses/git_submodule/sourcepawn-vscode.dep.yml +++ b/vendor/licenses/git_submodule/sourcepawn-vscode.dep.yml @@ -1,23 +1,31 @@ --- name: sourcepawn-vscode -version: a5bfb209d8c101eabcdc8793341763d336a98608 +version: 88a48c8263acd92cc877d624b3918cecfcb18d03 type: git_submodule homepage: https://github.com/Dreae/sourcepawn-vscode license: mit licenses: - sources: LICENSE - text: "MIT License\r\n\r\nCopyright (c) 2017-Present Dreae\r\n\r\nPermission is - hereby granted, free of charge, to any person obtaining a copy\r\nof this software - and associated documentation files (the \"Software\"), to deal\r\nin the Software - without restriction, including without limitation the rights\r\nto use, copy, - modify, merge, publish, distribute, sublicense, and/or sell\r\ncopies of the Software, - and to permit persons to whom the Software is\r\nfurnished to do so, subject to - the following conditions:\r\n\r\nThe above copyright notice and this permission - notice shall be included in all\r\ncopies or substantial portions of the Software.\r\n\r\nTHE - SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\r\nIMPLIED, - INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\r\nFITNESS FOR - A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\r\nAUTHORS OR - COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\r\nLIABILITY, WHETHER - IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\r\nOUT OF OR IN CONNECTION - WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\r\nSOFTWARE.\r\n" + text: | + MIT License + + Copyright (c) 2017-Present Dreae + + 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: [] diff --git a/vendor/licenses/git_submodule/sublime-cirru.dep.yml b/vendor/licenses/git_submodule/sublime-cirru.dep.yml index c132895643..c0d93c47c9 100644 --- a/vendor/licenses/git_submodule/sublime-cirru.dep.yml +++ b/vendor/licenses/git_submodule/sublime-cirru.dep.yml @@ -1,6 +1,6 @@ --- name: sublime-cirru -version: a581ef466c1eefcd601bbc5bfb8677a0b11ff9b5 +version: 5465b5ac1728bdee6bbfce8038eb368c6f06e720 type: git_submodule homepage: https://github.com/Cirru/sublime-cirru license: mit diff --git a/vendor/licenses/git_submodule/sublime-glsl.dep.yml b/vendor/licenses/git_submodule/sublime-glsl.dep.yml index b777856ba6..9db0c6c963 100644 --- a/vendor/licenses/git_submodule/sublime-glsl.dep.yml +++ b/vendor/licenses/git_submodule/sublime-glsl.dep.yml @@ -1,6 +1,6 @@ --- name: sublime-glsl -version: 4cd4acfffc7f2ab4f154b6ebfbbe0bb71825eb89 +version: 59a5f8a3120358657cefdc4b830b4a883ebfbf77 type: git_submodule homepage: https://github.com/euler0/sublime-glsl license: unlicense diff --git a/vendor/licenses/git_submodule/sublime-nginx.dep.yml b/vendor/licenses/git_submodule/sublime-nginx.dep.yml index 920df7162b..704dc8b97f 100644 --- a/vendor/licenses/git_submodule/sublime-nginx.dep.yml +++ b/vendor/licenses/git_submodule/sublime-nginx.dep.yml @@ -1,6 +1,6 @@ --- name: sublime-nginx -version: 15a1db15106fb668b3b1396a725ab002a8ef286c +version: 65f5a63c0d1760c5db2264e50e3b14a7a4567cc0 type: git_submodule homepage: https://github.com/brandonwamboldt/sublime-nginx license: mit diff --git a/vendor/licenses/git_submodule/sublime-odin.dep.yml b/vendor/licenses/git_submodule/sublime-odin.dep.yml index 4a88b5efbb..93b2122c12 100644 --- a/vendor/licenses/git_submodule/sublime-odin.dep.yml +++ b/vendor/licenses/git_submodule/sublime-odin.dep.yml @@ -1,10 +1,12 @@ --- -type: git_submodule name: sublime-odin -version: 0ebf612bc05b943836413b321e6453979043d38b +version: f1143914e048e44ff41ba902ff67e269cc6ed197 +type: git_submodule +homepage: https://github.com/odin-lang/sublime-odin license: mit licenses: -- text: |- +- sources: LICENSE + text: | MIT License Copyright (c) 2019 Ginger Bill diff --git a/vendor/licenses/git_submodule/vscode-codeql.dep.yml b/vendor/licenses/git_submodule/vscode-codeql.dep.yml index ad6f27ad1b..87a8a60d5c 100644 --- a/vendor/licenses/git_submodule/vscode-codeql.dep.yml +++ b/vendor/licenses/git_submodule/vscode-codeql.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-codeql -version: 72776e8254c8fd919e731dd958fbc381f0ee8c74 +version: 81a2f9c42809175e237de4a64f2ef8beac4c38f5 type: git_submodule homepage: https://github.com/github/vscode-codeql license: mit diff --git a/vendor/licenses/git_submodule/vscode-cue.dep.yml b/vendor/licenses/git_submodule/vscode-cue.dep.yml index 3e328dcd21..7f30ee3cc0 100644 --- a/vendor/licenses/git_submodule/vscode-cue.dep.yml +++ b/vendor/licenses/git_submodule/vscode-cue.dep.yml @@ -1,11 +1,12 @@ --- name: vscode-cue -version: 7bd21882dc0e5299271597f18f2740394714cfea +version: 0734615a2607fe03f5d6c1816f8f7435179659fc type: git_submodule homepage: https://github.com/cue-sh/vscode-cue license: mit licenses: -- text: |- +- sources: LICENSE + text: | MIT License Copyright (c) 2019 Andrew Hodges diff --git a/vendor/licenses/git_submodule/vscode-fluent.dep.yml b/vendor/licenses/git_submodule/vscode-fluent.dep.yml index 18e03a9fc5..83fc72eaa2 100644 --- a/vendor/licenses/git_submodule/vscode-fluent.dep.yml +++ b/vendor/licenses/git_submodule/vscode-fluent.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-fluent -version: f55e9ef16b0cba6dad9d7cacac996ae6d2ac23fe +version: 39e7c671697aae475d64c503dc7bcb152caab58d type: git_submodule homepage: https://github.com/macabeus/vscode-fluent license: mit diff --git a/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml b/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml index 3a860453fd..6914ab9589 100644 --- a/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml +++ b/vendor/licenses/git_submodule/vscode-gcode-syntax.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-gcode-syntax -version: 2cecda6cba9031cee217c0e2f25b1d7c0dbc74c0 +version: c5b912c580235f22b2203b278a137005f1fc13c4 type: git_submodule homepage: https://github.com/appliedengdesign/vscode-gcode-syntax license: mit diff --git a/vendor/licenses/git_submodule/vscode-go.dep.yml b/vendor/licenses/git_submodule/vscode-go.dep.yml index 242469bb19..26253024c2 100644 --- a/vendor/licenses/git_submodule/vscode-go.dep.yml +++ b/vendor/licenses/git_submodule/vscode-go.dep.yml @@ -1,34 +1,56 @@ --- name: vscode-go -version: 45b06e08902f075b196419afd1fa179c1482a0fa +version: af8377d8b517daf86ae298504bec7f592fb37b6c type: git_submodule homepage: https://github.com/golang/vscode-go -license: mit +license: other licenses: - sources: LICENSE text: | - vscode-go + vscode-go - The MIT License (MIT) + The MIT License (MIT) - Original Work Copyright (c) 2015-2020 Microsoft Corporation - Current Work and Modifications Copyright (c) 2020-present The Go Authors + Original Work Copyright (c) 2015-2020 Microsoft Corporation + Current Work and Modifications Copyright (c) 2020-present The Go Authors - 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: + 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 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. + 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. +- sources: README.md + text: |- + [MIT](LICENSE) + + [Stack Overflow]: https://stackoverflow.com/questions/tagged/go+visual-studio-code + [`gopls`]: https://golang.org/s/gopls + [`go`]: https://golang.org/cmd/go + [Managing extensions in VS Code]: https://code.visualstudio.com/docs/editor/extension-gallery + [VS Code Go extension]: https://marketplace.visualstudio.com/items?itemName=golang.go + [Go installation guide]: https://golang.org/doc/install + ["Getting started with VS Code Go"]: https://youtu.be/1MXIGYrMk80 + [IntelliSense]: https://github.com/golang/vscode-go/blob/master/docs/features.md#intellisense + [code navigation]: https://github.com/golang/vscode-go/blob/master/docs/features.md#code-navigation + [code editing]: https://github.com/golang/vscode-go/blob/master/docs/features.md#code-editing + [diagnostics]: https://github.com/golang/vscode-go/blob/master/docs/features.md#diagnostics + [testing]: https://github.com/golang/vscode-go/blob/master/docs/features.md##run-and-test-in-the-editor + [debugging]: #debugging + [full feature breakdown]: https://github.com/golang/vscode-go/blob/master/docs/features.md + [workspace documentation]: https://github.com/golang/tools/blob/master/gopls/doc/workspace.md + [`Go: Install/Update Tools` command]: https://github.com/golang/vscode-go/blob/master/docs/commands.md#go-installupdate-tools + [documentation about supported workspace layouts]: https://github.com/golang/tools/blob/master/gopls/doc/workspace.md + [Workspace Folders]: https://code.visualstudio.com/docs/editor/multi-root-workspaces notices: [] diff --git a/vendor/licenses/git_submodule/vscode-hack.dep.yml b/vendor/licenses/git_submodule/vscode-hack.dep.yml index 789124fa73..880283a201 100644 --- a/vendor/licenses/git_submodule/vscode-hack.dep.yml +++ b/vendor/licenses/git_submodule/vscode-hack.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-hack -version: 608151d0c612cc9edee92538c8367b43a32a326d +version: b0b2f1a4477b38700f37ec4f9dfed4a8a39665c7 type: git_submodule homepage: https://github.com/slackhq/vscode-hack license: mit diff --git a/vendor/licenses/git_submodule/vscode-hy.dep.yml b/vendor/licenses/git_submodule/vscode-hy.dep.yml index f5b45422e3..6a12d80f3a 100644 --- a/vendor/licenses/git_submodule/vscode-hy.dep.yml +++ b/vendor/licenses/git_submodule/vscode-hy.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-hy -version: bf0e75661e9f67578375a5f737129555f6998ff6 +version: 15dfafd773d84723a6e1fee53158133123acbb1c type: git_submodule homepage: https://github.com/tshakalekholoane/vscode-hy license: mit diff --git a/vendor/licenses/git_submodule/vscode-jest.dep.yml b/vendor/licenses/git_submodule/vscode-jest.dep.yml index e69c47e925..c196b223a9 100644 --- a/vendor/licenses/git_submodule/vscode-jest.dep.yml +++ b/vendor/licenses/git_submodule/vscode-jest.dep.yml @@ -1,15 +1,15 @@ --- name: vscode-jest -version: a7573b089a206d42102e2cb39c1e70c3c83b87b1 +version: e512f158547a041295301e683de44cd3b3d4ee16 type: git_submodule -homepage: https://github.com/react-native-svg/react-native-svg +homepage: https://github.com/jest-community/vscode-jest license: mit licenses: - sources: LICENSE text: | MIT License - Copyright (c) [2015-2016] [Horcrux] + Copyright (c) 2016 Orta Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -28,4 +28,6 @@ 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: vscode-jest is [MIT licensed.](LICENSE) notices: [] diff --git a/vendor/licenses/git_submodule/vscode-opa.dep.yml b/vendor/licenses/git_submodule/vscode-opa.dep.yml index c2a43e0385..6b9501ce29 100644 --- a/vendor/licenses/git_submodule/vscode-opa.dep.yml +++ b/vendor/licenses/git_submodule/vscode-opa.dep.yml @@ -1,11 +1,13 @@ --- -type: git_submodule name: vscode-opa -version: 0b8c9e54e4fcce788d8c1dd3dc2b808a5204d3de +version: de77fabc4aea58e3fdf22e3e99ca92f8fc0f5e92 +type: git_submodule +homepage: https://github.com/tsandall/vscode-opa license: apache-2.0 licenses: -- text: |- - Apache License +- sources: LICENSE + text: |2+ + Apache License Version 2.0, January 2004 http://www.apache.org/licenses/ @@ -206,4 +208,5 @@ licenses: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + notices: [] diff --git a/vendor/licenses/git_submodule/vscode-plantuml.dep.yml b/vendor/licenses/git_submodule/vscode-plantuml.dep.yml index 4ccae20b52..d258597e39 100644 --- a/vendor/licenses/git_submodule/vscode-plantuml.dep.yml +++ b/vendor/licenses/git_submodule/vscode-plantuml.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-plantuml -version: a151047641c224772d6553d98ccfe1b60483c60a +version: ee0433666ae29e881cca10c712e1ad3ecae2d5ee type: git_submodule homepage: https://github.com/qjebbs/vscode-plantuml license: mit diff --git a/vendor/licenses/git_submodule/vscode-prisma.dep.yml b/vendor/licenses/git_submodule/vscode-prisma.dep.yml index 76658c77b0..5fc689e92b 100644 --- a/vendor/licenses/git_submodule/vscode-prisma.dep.yml +++ b/vendor/licenses/git_submodule/vscode-prisma.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-prisma -version: 2d99eacbaa0cb9aa1afb6f64bc7340f69e398874 +version: e1d05c543dc0905b9e650a9e2ce5bdbbbd3d5165 type: git_submodule homepage: https://github.com/prisma/vscode-prisma license: apache-2.0 diff --git a/vendor/licenses/git_submodule/vscode-proto3.dep.yml b/vendor/licenses/git_submodule/vscode-proto3.dep.yml index 0bb112b14a..bef1dbb3e4 100644 --- a/vendor/licenses/git_submodule/vscode-proto3.dep.yml +++ b/vendor/licenses/git_submodule/vscode-proto3.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-proto3 -version: 1e68b2e2b22cf75b6fad5b7366060e03911333ed +version: 7042893d02d04fbe75984ba3d23e85740344ba4b type: git_submodule homepage: https://github.com/zxh0/vscode-proto3 license: mit diff --git a/vendor/licenses/git_submodule/vscode-scala-syntax.dep.yml b/vendor/licenses/git_submodule/vscode-scala-syntax.dep.yml index 968e17148d..71ad3f91b3 100644 --- a/vendor/licenses/git_submodule/vscode-scala-syntax.dep.yml +++ b/vendor/licenses/git_submodule/vscode-scala-syntax.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-scala-syntax -version: 2aba550496e787baf245782a2d0a9420d0b9d1b1 +version: c3db1d7781fb5d1c1fb0493e400ce17493f1ac6e type: git_submodule homepage: https://github.com/scala/vscode-scala-syntax license: other diff --git a/vendor/licenses/git_submodule/vscode-vlang.dep.yml b/vendor/licenses/git_submodule/vscode-vlang.dep.yml index 56cf05bc59..bd4c4d894e 100644 --- a/vendor/licenses/git_submodule/vscode-vlang.dep.yml +++ b/vendor/licenses/git_submodule/vscode-vlang.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-vlang -version: 5964f74f19a661dcd0e5d35a81e9ba8b2efd356b +version: 7555980fcb3e43d08d1f2be9b3a1013e54d79bf2 type: git_submodule homepage: https://github.com/0x9ef/vscode-vlang license: mit diff --git a/vendor/licenses/git_submodule/vscode-yara.dep.yml b/vendor/licenses/git_submodule/vscode-yara.dep.yml index 9a7498e97a..7dd41a2aa6 100644 --- a/vendor/licenses/git_submodule/vscode-yara.dep.yml +++ b/vendor/licenses/git_submodule/vscode-yara.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-yara -version: 4cc582bfa9b7119ee2670c8d504e92ab0e7b33b9 +version: accdba1d0a9ac29ea3f582ce8c86156ae0242753 type: git_submodule homepage: https://github.com/infosec-intern/vscode-yara.git license: mit diff --git a/vendor/licenses/git_submodule/zephir-sublime.dep.yml b/vendor/licenses/git_submodule/zephir-sublime.dep.yml index 0c1dfbac00..b14c48f183 100644 --- a/vendor/licenses/git_submodule/zephir-sublime.dep.yml +++ b/vendor/licenses/git_submodule/zephir-sublime.dep.yml @@ -1,11 +1,13 @@ --- -type: git_submodule name: zephir-sublime -version: 86d8d61843f2ca0b6ef9dfd3b606fab33cc49e67 -license: mit +version: 2d68b4ce08bf445e07df018c07818dc1187b5d3f +type: git_submodule +homepage: https://github.com/phalcon/zephir-sublime +license: other licenses: -- text: |- - Copyright (c) 2014-2020 Zephir Team +- sources: LICENSE + text: | + Copyright (c) 2014-2021 Zephir Team http://zephir-lang.com MIT License @@ -27,4 +29,8 @@ 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: |- + This project is open source software licensed under the MIT License. See the [LICENSE](https://github.com/zephir-lang/zephir-sublime/blob/master/LICENSE) file for more. + Copyright (c) 2014-2021, Zephir Team notices: []