diff --git a/grammars.yml b/grammars.yml index 0ff1dcd9ca..a2d85fdcf3 100755 --- a/grammars.yml +++ b/grammars.yml @@ -65,6 +65,7 @@ vendor/grammars/NSIS: - source.nsis vendor/grammars/NimLime: - source.nim +- source.nim.comment - source.nim_filter - source.nimcfg vendor/grammars/PHP-Twig.tmbundle: @@ -334,7 +335,11 @@ vendor/grammars/graphviz.tmbundle: vendor/grammars/groovy.tmbundle: - source.groovy vendor/grammars/haxe-TmLanguage: +- markdown.haxe.codeblock +- markdown.hxml.codeblock - source.hx +- source.hx.argument +- source.hx.type - source.hxml vendor/grammars/hy.tmLanguage: - source.hy @@ -408,19 +413,26 @@ vendor/grammars/language-emacs-lisp: vendor/grammars/language-eml: - text.eml.basic vendor/grammars/language-etc: +- etc +- injections.etc - source.curlrc - source.gitattributes - source.gitconfig - source.gitignore +- source.hgignore - source.m4 +- source.man-conf - source.nanorc +- source.opts vendor/grammars/language-fontforge: - source.afm - source.bdf +- source.figctrl - source.figfont - source.fontdir - source.fontforge - source.opentype +- source.xlfd - text.sfd vendor/grammars/language-gfm: - source.gfm diff --git a/lib/linguist/VERSION b/lib/linguist/VERSION index 1996c50447..0ee843cc60 100644 --- a/lib/linguist/VERSION +++ b/lib/linguist/VERSION @@ -1 +1 @@ -7.1.3 +7.2.0 diff --git a/vendor/CodeMirror b/vendor/CodeMirror index b2d7d18803..a0e1c6faef 160000 --- a/vendor/CodeMirror +++ b/vendor/CodeMirror @@ -1 +1 @@ -Subproject commit b2d7d18803aa86cad02316d8ba3c11a4b92a4ad4 +Subproject commit a0e1c6faef5ed565ce1f8c2fe6c3a958f0449263 diff --git a/vendor/grammars/Docker.tmbundle b/vendor/grammars/Docker.tmbundle index 6e521ead6c..9e9a518aed 160000 --- a/vendor/grammars/Docker.tmbundle +++ b/vendor/grammars/Docker.tmbundle @@ -1 +1 @@ -Subproject commit 6e521ead6cd39013b8d8b95d6d2e2c9e5a548464 +Subproject commit 9e9a518aed93031042c54710f8f02c839301de26 diff --git a/vendor/grammars/NimLime b/vendor/grammars/NimLime index e63f5bf1b4..f75325a01d 160000 --- a/vendor/grammars/NimLime +++ b/vendor/grammars/NimLime @@ -1 +1 @@ -Subproject commit e63f5bf1b440b2bcbe100fad34acc8f59eba113c +Subproject commit f75325a01dd4428e12fbc38289ed6e0d12e82a9c diff --git a/vendor/grammars/SublimeEthereum b/vendor/grammars/SublimeEthereum index f263509a86..dcaa932030 160000 --- a/vendor/grammars/SublimeEthereum +++ b/vendor/grammars/SublimeEthereum @@ -1 +1 @@ -Subproject commit f263509a86fc8441176c17e27c178365ee9245b7 +Subproject commit dcaa932030efa130bb688db13005f540a0438a1f diff --git a/vendor/grammars/SublimeGDB b/vendor/grammars/SublimeGDB index 5b59ccf613..ec6683cbf0 160000 --- a/vendor/grammars/SublimeGDB +++ b/vendor/grammars/SublimeGDB @@ -1 +1 @@ -Subproject commit 5b59ccf613012a04bca2819c0bf190075d99c535 +Subproject commit ec6683cbf0a1d0ed191b823c0c7efd2ccf66f87f diff --git a/vendor/grammars/Terraform.tmLanguage b/vendor/grammars/Terraform.tmLanguage index ae6ab753a5..3227a2d2a2 160000 --- a/vendor/grammars/Terraform.tmLanguage +++ b/vendor/grammars/Terraform.tmLanguage @@ -1 +1 @@ -Subproject commit ae6ab753a5d39f63904a87f872b6d34acbfb2071 +Subproject commit 3227a2d2a25dcb2625805ed4de04145c6cfbe912 diff --git a/vendor/grammars/TypeScript-TmLanguage b/vendor/grammars/TypeScript-TmLanguage index 344bf90d99..e6320436be 160000 --- a/vendor/grammars/TypeScript-TmLanguage +++ b/vendor/grammars/TypeScript-TmLanguage @@ -1 +1 @@ -Subproject commit 344bf90d9948b1d23ea315f2e92a08246804a330 +Subproject commit e6320436be763942d9e5d763c2ab0f86ef783699 diff --git a/vendor/grammars/abap.tmbundle b/vendor/grammars/abap.tmbundle index 30934395be..5464cd7e14 160000 --- a/vendor/grammars/abap.tmbundle +++ b/vendor/grammars/abap.tmbundle @@ -1 +1 @@ -Subproject commit 30934395be90eed3e59826221a550ab69a113ede +Subproject commit 5464cd7e14f28826feac1da0be2f2aaf49771d31 diff --git a/vendor/grammars/atom-language-haproxy b/vendor/grammars/atom-language-haproxy index bc1e39d523..09c9b68683 160000 --- a/vendor/grammars/atom-language-haproxy +++ b/vendor/grammars/atom-language-haproxy @@ -1 +1 @@ -Subproject commit bc1e39d523ed78f29284e3da13cb579dc0d29e30 +Subproject commit 09c9b68683ebfd4403d3d350256a64fef4f9f64c diff --git a/vendor/grammars/atom-language-rust b/vendor/grammars/atom-language-rust index 179f449a69..7903be7e3b 160000 --- a/vendor/grammars/atom-language-rust +++ b/vendor/grammars/atom-language-rust @@ -1 +1 @@ -Subproject commit 179f449a69182cae4fcdf644d59d842b7e445f89 +Subproject commit 7903be7e3b79239a618aafe457277662a24bc5b3 diff --git a/vendor/grammars/ballerina-grammar b/vendor/grammars/ballerina-grammar index abfadf9dfc..4464e07601 160000 --- a/vendor/grammars/ballerina-grammar +++ b/vendor/grammars/ballerina-grammar @@ -1 +1 @@ -Subproject commit abfadf9dfc98af248e19ed8e8acb3bf14f039669 +Subproject commit 4464e07601d8d9ad7389d3c4d82a8969795929af diff --git a/vendor/grammars/chapel-tmbundle b/vendor/grammars/chapel-tmbundle index 49417f362b..4d408dfbb5 160000 --- a/vendor/grammars/chapel-tmbundle +++ b/vendor/grammars/chapel-tmbundle @@ -1 +1 @@ -Subproject commit 49417f362b494059273d671ffb9a021f17e881b7 +Subproject commit 4d408dfbb5d07d333a93ddadf4019cc80d4fb236 diff --git a/vendor/grammars/d.tmbundle b/vendor/grammars/d.tmbundle index b96ccfc523..58aa7e3a4b 160000 --- a/vendor/grammars/d.tmbundle +++ b/vendor/grammars/d.tmbundle @@ -1 +1 @@ -Subproject commit b96ccfc5237ecddbad476cd87a5533aa96009088 +Subproject commit 58aa7e3a4b8bded001cf9954c54361bff7c82728 diff --git a/vendor/grammars/dartlang b/vendor/grammars/dartlang index f93bcd93e2..f5018efde0 160000 --- a/vendor/grammars/dartlang +++ b/vendor/grammars/dartlang @@ -1 +1 @@ -Subproject commit f93bcd93e2122d8b00ec8ccda0ae8bb0f55b1c22 +Subproject commit f5018efde09392df021c241861d3eea016d4556c diff --git a/vendor/grammars/elixir-tmbundle b/vendor/grammars/elixir-tmbundle index 6f2ed5aa71..ec2e654312 160000 --- a/vendor/grammars/elixir-tmbundle +++ b/vendor/grammars/elixir-tmbundle @@ -1 +1 @@ -Subproject commit 6f2ed5aa71aeedc7c0b25d28ee9855b31211b0e2 +Subproject commit ec2e6543127ef3d279c28491fc648cda903dcbc2 diff --git a/vendor/grammars/haxe-TmLanguage b/vendor/grammars/haxe-TmLanguage index 9f4e21b113..f0a37d7883 160000 --- a/vendor/grammars/haxe-TmLanguage +++ b/vendor/grammars/haxe-TmLanguage @@ -1 +1 @@ -Subproject commit 9f4e21b1137ef3b1e5eff8231bee42ed2f5a9186 +Subproject commit f0a37d78839c98786b4123eb94d5a95af2dd5882 diff --git a/vendor/grammars/language-batchfile b/vendor/grammars/language-batchfile index 25d3045c6d..95ea8c699f 160000 --- a/vendor/grammars/language-batchfile +++ b/vendor/grammars/language-batchfile @@ -1 +1 @@ -Subproject commit 25d3045c6d99ad52ab147858a5aa64dace43fcb0 +Subproject commit 95ea8c699f7a8296b15767069868532d52631c46 diff --git a/vendor/grammars/language-coffee-script b/vendor/grammars/language-coffee-script index c8516424b1..b76b47f7d3 160000 --- a/vendor/grammars/language-coffee-script +++ b/vendor/grammars/language-coffee-script @@ -1 +1 @@ -Subproject commit c8516424b1eae35c3760aa90fe3329300e35ad58 +Subproject commit b76b47f7d3fc04c90303af7920af034272fe8e8f diff --git a/vendor/grammars/language-csound b/vendor/grammars/language-csound index 424f25d6a7..b8b80c215f 160000 --- a/vendor/grammars/language-csound +++ b/vendor/grammars/language-csound @@ -1 +1 @@ -Subproject commit 424f25d6a78b93a83bd4c683addef9be6a923388 +Subproject commit b8b80c215f8424c2b2e2008f2569a72783a4264f diff --git a/vendor/grammars/language-css b/vendor/grammars/language-css index 099d879444..8d1d690fc7 160000 --- a/vendor/grammars/language-css +++ b/vendor/grammars/language-css @@ -1 +1 @@ -Subproject commit 099d8794446fcfcdf67638da5229263530833086 +Subproject commit 8d1d690fc7f9bd96b1015f04eaa3056d4755cd1b diff --git a/vendor/grammars/language-emacs-lisp b/vendor/grammars/language-emacs-lisp index 055ca5eb45..f9b8a4b9ba 160000 --- a/vendor/grammars/language-emacs-lisp +++ b/vendor/grammars/language-emacs-lisp @@ -1 +1 @@ -Subproject commit 055ca5eb45bd8be351d9c9b5d01271428ecb8f1b +Subproject commit f9b8a4b9ba23d6002f28695c6eeeadcb124e98e8 diff --git a/vendor/grammars/language-etc b/vendor/grammars/language-etc index b349c52a1f..f027c7035d 160000 --- a/vendor/grammars/language-etc +++ b/vendor/grammars/language-etc @@ -1 +1 @@ -Subproject commit b349c52a1f139cc6a1fab468f8437a3f7d8eed81 +Subproject commit f027c7035d76a26b1a117279221d5bff7dd34da0 diff --git a/vendor/grammars/language-fontforge b/vendor/grammars/language-fontforge index caf0b1a1c6..1e4dd6da3e 160000 --- a/vendor/grammars/language-fontforge +++ b/vendor/grammars/language-fontforge @@ -1 +1 @@ -Subproject commit caf0b1a1c61be33ffa2fe8eeae3b3d10fb8f7e31 +Subproject commit 1e4dd6da3ec911a5ceeb4b43d451cbd24c578694 diff --git a/vendor/grammars/language-gfm b/vendor/grammars/language-gfm index 631a381ea9..b7a42b34cb 160000 --- a/vendor/grammars/language-gfm +++ b/vendor/grammars/language-gfm @@ -1 +1 @@ -Subproject commit 631a381ea9696826a175f66841e7fcfb37bc44e1 +Subproject commit b7a42b34cbf7a99c6d1f86e959e6700a82a4282d diff --git a/vendor/grammars/language-graphql b/vendor/grammars/language-graphql index c9b33be6c5..d07eee8214 160000 --- a/vendor/grammars/language-graphql +++ b/vendor/grammars/language-graphql @@ -1 +1 @@ -Subproject commit c9b33be6c577e0a2a11511b6fd963dbef8a0a023 +Subproject commit d07eee82149e5ae3a82103136e1d064b5aabd491 diff --git a/vendor/grammars/language-haml b/vendor/grammars/language-haml index ab436d5be5..85e8a2fc27 160000 --- a/vendor/grammars/language-haml +++ b/vendor/grammars/language-haml @@ -1 +1 @@ -Subproject commit ab436d5be5e42b23c57d45e90d1eff508c30aa34 +Subproject commit 85e8a2fc27153bc58b5d72e84d876b00ad489c67 diff --git a/vendor/grammars/language-haskell b/vendor/grammars/language-haskell index 46658d010b..a2f1930fbb 160000 --- a/vendor/grammars/language-haskell +++ b/vendor/grammars/language-haskell @@ -1 +1 @@ -Subproject commit 46658d010bff57ee7bfa978bac29ff409a5effd4 +Subproject commit a2f1930fbb4ea36739f961aca089d80d2637f3b8 diff --git a/vendor/grammars/language-html b/vendor/grammars/language-html index 9686d9e870..96827f3985 160000 --- a/vendor/grammars/language-html +++ b/vendor/grammars/language-html @@ -1 +1 @@ -Subproject commit 9686d9e87039e97cf9c57bacf3b261e396a02668 +Subproject commit 96827f3985c1de723a38dd34fdb995f39cd47cf9 diff --git a/vendor/grammars/language-javascript b/vendor/grammars/language-javascript index c0553a3166..25863daee1 160000 --- a/vendor/grammars/language-javascript +++ b/vendor/grammars/language-javascript @@ -1 +1 @@ -Subproject commit c0553a316620f166dfa364f9a0978c17ade3631d +Subproject commit 25863daee1a66142718349de0dc9139ddf825489 diff --git a/vendor/grammars/language-jison b/vendor/grammars/language-jison index 69ba91d3be..7b43e22b09 160000 --- a/vendor/grammars/language-jison +++ b/vendor/grammars/language-jison @@ -1 +1 @@ -Subproject commit 69ba91d3be19d13a3d7a0fc91b3a3f46a886993c +Subproject commit 7b43e22b09775c8e6424cbf937f2fe34a848f1f5 diff --git a/vendor/grammars/language-reason b/vendor/grammars/language-reason index 9de5b732b0..f73c08e0f8 160000 --- a/vendor/grammars/language-reason +++ b/vendor/grammars/language-reason @@ -1 +1 @@ -Subproject commit 9de5b732b0a53f6f44bc7a9c717dce6162512ae2 +Subproject commit f73c08e0f8b1c69b1ac495ea00ca021fa180566b diff --git a/vendor/grammars/language-rpm-spec b/vendor/grammars/language-rpm-spec index bb32491b37..b492ea8731 160000 --- a/vendor/grammars/language-rpm-spec +++ b/vendor/grammars/language-rpm-spec @@ -1 +1 @@ -Subproject commit bb32491b3754c6955a48912c35311c27b2a675f0 +Subproject commit b492ea8731340e6ada471f30c67480128661fdaf diff --git a/vendor/grammars/language-ruby b/vendor/grammars/language-ruby index f9de82a0b2..8cec2f9c34 160000 --- a/vendor/grammars/language-ruby +++ b/vendor/grammars/language-ruby @@ -1 +1 @@ -Subproject commit f9de82a0b2c6e7c5d9bb158e2b47bbd07aa7a7da +Subproject commit 8cec2f9c34ec01f518306337cea1c167e150e3c4 diff --git a/vendor/grammars/language-shellscript b/vendor/grammars/language-shellscript index 530558e3ef..cdcdd8d86c 160000 --- a/vendor/grammars/language-shellscript +++ b/vendor/grammars/language-shellscript @@ -1 +1 @@ -Subproject commit 530558e3eff4e956cda7396d526ccecc7eeff42d +Subproject commit cdcdd8d86c03a8e433d3f191d7efdf37a249f187 diff --git a/vendor/grammars/latex.tmbundle b/vendor/grammars/latex.tmbundle index 9e2a7f60ff..445fed4618 160000 --- a/vendor/grammars/latex.tmbundle +++ b/vendor/grammars/latex.tmbundle @@ -1 +1 @@ -Subproject commit 9e2a7f60ffb9d444cb9ef8d9f477b37472c3395a +Subproject commit 445fed461807330120925e8372085806e4a59e97 diff --git a/vendor/grammars/marko-tmbundle b/vendor/grammars/marko-tmbundle index ebc3f36f7a..2ecea1ebf5 160000 --- a/vendor/grammars/marko-tmbundle +++ b/vendor/grammars/marko-tmbundle @@ -1 +1 @@ -Subproject commit ebc3f36f7a830d721e0ce12e391c8a7111348f68 +Subproject commit 2ecea1ebf5f8793954ea73b367e3857b9c10117b diff --git a/vendor/grammars/nix b/vendor/grammars/nix index ebf06571f3..9032bd6137 160000 --- a/vendor/grammars/nix +++ b/vendor/grammars/nix @@ -1 +1 @@ -Subproject commit ebf06571f3cc2b30a7f88bbd4eb371b72ce828c2 +Subproject commit 9032bd613746b9c135223fd6f26a5fa555f18946 diff --git a/vendor/grammars/ruby-slim.tmbundle b/vendor/grammars/ruby-slim.tmbundle index 05c369169c..3b1441f89f 160000 --- a/vendor/grammars/ruby-slim.tmbundle +++ b/vendor/grammars/ruby-slim.tmbundle @@ -1 +1 @@ -Subproject commit 05c369169c444f11f7605d342d529c6fe8797d34 +Subproject commit 3b1441f89fde40678c3c0ada6d75ce46417a35b6 diff --git a/vendor/grammars/st2-zonefile b/vendor/grammars/st2-zonefile index c17e09fe58..9768a7e2ae 160000 --- a/vendor/grammars/st2-zonefile +++ b/vendor/grammars/st2-zonefile @@ -1 +1 @@ -Subproject commit c17e09fe5838c53d014f66187e5db0016ce8901d +Subproject commit 9768a7e2ae598e55453a9946b3e7e1d5668ced01 diff --git a/vendor/grammars/sublime-rexx b/vendor/grammars/sublime-rexx index 4bccb3784f..e490bdbc0e 160000 --- a/vendor/grammars/sublime-rexx +++ b/vendor/grammars/sublime-rexx @@ -1 +1 @@ -Subproject commit 4bccb3784f0a48ca7ccc8df89dd1637e4515c831 +Subproject commit e490bdbc0e5b7e50a365cc69fcc140fb1231156b diff --git a/vendor/grammars/sublime-zig-language b/vendor/grammars/sublime-zig-language index 88fa0b243d..af3131a3d5 160000 --- a/vendor/grammars/sublime-zig-language +++ b/vendor/grammars/sublime-zig-language @@ -1 +1 @@ -Subproject commit 88fa0b243da89bda765dc40b15e632f444d9d125 +Subproject commit af3131a3d52d7ac0827ff247c12b3f58aaa3ce0d diff --git a/vendor/grammars/vscode-slice b/vendor/grammars/vscode-slice index 0b1c40633c..4e42078bcb 160000 --- a/vendor/grammars/vscode-slice +++ b/vendor/grammars/vscode-slice @@ -1 +1 @@ -Subproject commit 0b1c40633ce1bc3a07207f61a5ced7c897c1985a +Subproject commit 4e42078bcb9e3d15f9341055fdc463b9125c544c diff --git a/vendor/licenses/grammar/Docker.tmbundle.txt b/vendor/licenses/grammar/Docker.tmbundle.txt index 665bc0b710..29515161ab 100644 --- a/vendor/licenses/grammar/Docker.tmbundle.txt +++ b/vendor/licenses/grammar/Docker.tmbundle.txt @@ -1,7 +1,7 @@ --- type: grammar name: Docker.tmbundle -version: 6e521ead6cd39013b8d8b95d6d2e2c9e5a548464 +version: 81d61bcc1d6af2bc7db2b79caebdcdde3066f7ac license: mit --- The MIT License (MIT) diff --git a/vendor/licenses/grammar/NimLime.txt b/vendor/licenses/grammar/NimLime.txt index 8cb3e8c2ca..216c706e4a 100644 --- a/vendor/licenses/grammar/NimLime.txt +++ b/vendor/licenses/grammar/NimLime.txt @@ -1,7 +1,7 @@ --- type: grammar name: NimLime -version: e63f5bf1b440b2bcbe100fad34acc8f59eba113c +version: f75325a01dd4428e12fbc38289ed6e0d12e82a9c license: mit --- The MIT License (MIT) diff --git a/vendor/licenses/grammar/SublimeEthereum.txt b/vendor/licenses/grammar/SublimeEthereum.txt index d77ce55208..1159f27aa2 100644 --- a/vendor/licenses/grammar/SublimeEthereum.txt +++ b/vendor/licenses/grammar/SublimeEthereum.txt @@ -1,7 +1,7 @@ --- type: grammar name: SublimeEthereum -version: 4701e965a7aa8f9966b44dc38a3c7f203ea3a17b +version: dcaa932030efa130bb688db13005f540a0438a1f license: mit --- MIT License diff --git a/vendor/licenses/grammar/SublimeGDB.txt b/vendor/licenses/grammar/SublimeGDB.txt index 1c3d89a9b5..ade32d5768 100644 --- a/vendor/licenses/grammar/SublimeGDB.txt +++ b/vendor/licenses/grammar/SublimeGDB.txt @@ -1,7 +1,7 @@ --- type: grammar name: SublimeGDB -version: 2c65943cfd6ccefd745a13616c3b29860d84f2d9 +version: ac88e8e121769429b710391ec0dc01d6ae38b94a license: zlib --- Copyright (c) 2012 Fredrik Ehnbom diff --git a/vendor/licenses/grammar/Terraform.tmLanguage.txt b/vendor/licenses/grammar/Terraform.tmLanguage.txt index d9c813a732..88cb9df1c3 100644 --- a/vendor/licenses/grammar/Terraform.tmLanguage.txt +++ b/vendor/licenses/grammar/Terraform.tmLanguage.txt @@ -1,7 +1,7 @@ --- type: grammar name: Terraform.tmLanguage -version: 4066b1aae4d896d4632d69df844d8c2763f26b6f +version: 3227a2d2a25dcb2625805ed4de04145c6cfbe912 license: mit --- MIT License diff --git a/vendor/licenses/grammar/TypeScript-TmLanguage.txt b/vendor/licenses/grammar/TypeScript-TmLanguage.txt index c9e1553498..757bd49b71 100644 --- a/vendor/licenses/grammar/TypeScript-TmLanguage.txt +++ b/vendor/licenses/grammar/TypeScript-TmLanguage.txt @@ -1,7 +1,7 @@ --- type: grammar name: TypeScript-TmLanguage -version: 344bf90d9948b1d23ea315f2e92a08246804a330 +version: 7286eb4eb1fc86fb889a92f5e406049d7ae40599 license: mit --- Copyright (c) Microsoft Corporation diff --git a/vendor/licenses/grammar/abap.tmbundle.txt b/vendor/licenses/grammar/abap.tmbundle.txt index bc6df57184..6f324992e0 100644 --- a/vendor/licenses/grammar/abap.tmbundle.txt +++ b/vendor/licenses/grammar/abap.tmbundle.txt @@ -1,7 +1,7 @@ --- type: grammar name: abap.tmbundle -version: 30934395be90eed3e59826221a550ab69a113ede +version: 5464cd7e14f28826feac1da0be2f2aaf49771d31 license: permissive --- If not otherwise specified (see below), files in this repository fall under the following license: diff --git a/vendor/licenses/grammar/atom-language-haproxy.txt b/vendor/licenses/grammar/atom-language-haproxy.txt index 52e87f0972..ff55a6f130 100644 --- a/vendor/licenses/grammar/atom-language-haproxy.txt +++ b/vendor/licenses/grammar/atom-language-haproxy.txt @@ -1,7 +1,7 @@ --- type: grammar name: atom-language-haproxy -version: bc1e39d523ed78f29284e3da13cb579dc0d29e30 +version: f23c4ff02f65eac90744dac454f28e63cfbb14a3 license: mit --- Copyright (c) 2016 Alexander Bulimov diff --git a/vendor/licenses/grammar/atom-language-rust.txt b/vendor/licenses/grammar/atom-language-rust.txt index a0d9ea802c..2e099d6ab0 100644 --- a/vendor/licenses/grammar/atom-language-rust.txt +++ b/vendor/licenses/grammar/atom-language-rust.txt @@ -1,7 +1,7 @@ --- type: grammar name: atom-language-rust -version: 179f449a69182cae4fcdf644d59d842b7e445f89 +version: f0da473df3f36cbcc33f3de9025ae53b910bfd9b license: mit --- The MIT License (MIT) diff --git a/vendor/licenses/grammar/ballerina-grammar.txt b/vendor/licenses/grammar/ballerina-grammar.txt index 3ab6433988..1a2d359b60 100644 --- a/vendor/licenses/grammar/ballerina-grammar.txt +++ b/vendor/licenses/grammar/ballerina-grammar.txt @@ -1,7 +1,7 @@ --- type: grammar name: ballerina-grammar -version: cdb1a6d315d0b0e56e7b0c466ddad5557b4cd8b7 +version: a25f16de661ca536b532b5e79920f96bfbdc86fa license: apache-2.0 --- Apache License diff --git a/vendor/licenses/grammar/chapel-tmbundle.txt b/vendor/licenses/grammar/chapel-tmbundle.txt index 9f2f74817d..1033b229ea 100644 --- a/vendor/licenses/grammar/chapel-tmbundle.txt +++ b/vendor/licenses/grammar/chapel-tmbundle.txt @@ -1,7 +1,7 @@ --- type: grammar name: chapel-tmbundle -version: 024d4cabde9a48bae60d4c5b40d856c180eb3f97 +version: aff241981b8395cad16eef71974161d5d9d34f67 license: apache-2.0 --- Apache License diff --git a/vendor/licenses/grammar/d.tmbundle.txt b/vendor/licenses/grammar/d.tmbundle.txt index 84130d5c53..339a74c0c6 100644 --- a/vendor/licenses/grammar/d.tmbundle.txt +++ b/vendor/licenses/grammar/d.tmbundle.txt @@ -1,7 +1,7 @@ --- type: grammar name: d.tmbundle -version: b96ccfc5237ecddbad476cd87a5533aa96009088 +version: 58aa7e3a4b8bded001cf9954c54361bff7c82728 license: permissive --- If not otherwise specified (see below), files in this repository fall under the following license: diff --git a/vendor/licenses/grammar/dartlang.txt b/vendor/licenses/grammar/dartlang.txt index bd5db813bb..f86ab806e2 100644 --- a/vendor/licenses/grammar/dartlang.txt +++ b/vendor/licenses/grammar/dartlang.txt @@ -1,7 +1,7 @@ --- type: grammar name: dartlang -version: f93bcd93e2122d8b00ec8ccda0ae8bb0f55b1c22 +version: f5018efde09392df021c241861d3eea016d4556c license: bsd-3-clause --- Copyright 2015, the Dart project authors. All rights reserved. diff --git a/vendor/licenses/grammar/elixir-tmbundle.txt b/vendor/licenses/grammar/elixir-tmbundle.txt index 007d5e9677..5cecc883fd 100644 --- a/vendor/licenses/grammar/elixir-tmbundle.txt +++ b/vendor/licenses/grammar/elixir-tmbundle.txt @@ -1,7 +1,7 @@ --- type: grammar name: elixir-tmbundle -version: 6f2ed5aa71aeedc7c0b25d28ee9855b31211b0e2 +version: ec2e6543127ef3d279c28491fc648cda903dcbc2 license: apache-2.0 --- Copyright 2012 Plataformatec. diff --git a/vendor/licenses/grammar/haxe-TmLanguage.txt b/vendor/licenses/grammar/haxe-TmLanguage.txt index 0a12e2a6d8..0aa98756ca 100644 --- a/vendor/licenses/grammar/haxe-TmLanguage.txt +++ b/vendor/licenses/grammar/haxe-TmLanguage.txt @@ -1,7 +1,7 @@ --- type: grammar name: haxe-TmLanguage -version: 9f4e21b1137ef3b1e5eff8231bee42ed2f5a9186 +version: f0a37d78839c98786b4123eb94d5a95af2dd5882 license: mit --- The MIT License (MIT) diff --git a/vendor/licenses/grammar/language-batchfile.txt b/vendor/licenses/grammar/language-batchfile.txt index 4dd43a7139..af99675511 100644 --- a/vendor/licenses/grammar/language-batchfile.txt +++ b/vendor/licenses/grammar/language-batchfile.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-batchfile -version: 25d3045c6d99ad52ab147858a5aa64dace43fcb0 +version: 95ea8c699f7a8296b15767069868532d52631c46 license: mit --- Copyright (c) 2017 Michael Mims diff --git a/vendor/licenses/grammar/language-coffee-script.txt b/vendor/licenses/grammar/language-coffee-script.txt index 9e290a6f4c..c2003786c7 100644 --- a/vendor/licenses/grammar/language-coffee-script.txt +++ b/vendor/licenses/grammar/language-coffee-script.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-coffee-script -version: 67610c16bdb25ebc1c39a13de385031ad7f9576f +version: b76b47f7d3fc04c90303af7920af034272fe8e8f license: mit --- Copyright (c) 2014 GitHub Inc. diff --git a/vendor/licenses/grammar/language-csound.txt b/vendor/licenses/grammar/language-csound.txt index 4461fd38a6..90b5d91ece 100644 --- a/vendor/licenses/grammar/language-csound.txt +++ b/vendor/licenses/grammar/language-csound.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-csound -version: 424f25d6a78b93a83bd4c683addef9be6a923388 +version: b8b80c215f8424c2b2e2008f2569a72783a4264f license: mit --- Copyright © 2015–2018 Nathan Whetsell diff --git a/vendor/licenses/grammar/language-css.txt b/vendor/licenses/grammar/language-css.txt index 718b698e87..1b793908f5 100644 --- a/vendor/licenses/grammar/language-css.txt +++ b/vendor/licenses/grammar/language-css.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-css -version: '099d8794446fcfcdf67638da5229263530833086' +version: 8d1d690fc7f9bd96b1015f04eaa3056d4755cd1b license: mit --- Copyright (c) 2014 GitHub Inc. diff --git a/vendor/licenses/grammar/language-emacs-lisp.txt b/vendor/licenses/grammar/language-emacs-lisp.txt index ca88752492..a6c81de894 100644 --- a/vendor/licenses/grammar/language-emacs-lisp.txt +++ b/vendor/licenses/grammar/language-emacs-lisp.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-emacs-lisp -version: 055ca5eb45bd8be351d9c9b5d01271428ecb8f1b +version: f9b8a4b9ba23d6002f28695c6eeeadcb124e98e8 license: isc --- Copyright (c) 2016-2018, John Gardner diff --git a/vendor/licenses/grammar/language-etc.txt b/vendor/licenses/grammar/language-etc.txt index 20700371c3..2e5e8f6514 100644 --- a/vendor/licenses/grammar/language-etc.txt +++ b/vendor/licenses/grammar/language-etc.txt @@ -1,25 +1,10 @@ --- type: grammar name: language-etc -version: b349c52a1f139cc6a1fab468f8437a3f7d8eed81 +version: f027c7035d76a26b1a117279221d5bff7dd34da0 license: isc --- -Copyright (c) 2018, John Gardner - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -******************************************************************************** -Copyright (c) 2018, John Gardner +Copyright (c) 2018-2019, John Gardner Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/vendor/licenses/grammar/language-fontforge.txt b/vendor/licenses/grammar/language-fontforge.txt index d8cc2189e7..036961efb8 100644 --- a/vendor/licenses/grammar/language-fontforge.txt +++ b/vendor/licenses/grammar/language-fontforge.txt @@ -1,10 +1,10 @@ --- type: grammar name: language-fontforge -version: caf0b1a1c61be33ffa2fe8eeae3b3d10fb8f7e31 +version: 1e4dd6da3ec911a5ceeb4b43d451cbd24c578694 license: isc --- -Copyright (c) 2016-2018, John Gardner +Copyright (c) 2016-2019, John Gardner Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/vendor/licenses/grammar/language-gfm.txt b/vendor/licenses/grammar/language-gfm.txt index 0d7de0edec..b6bf86b689 100644 --- a/vendor/licenses/grammar/language-gfm.txt +++ b/vendor/licenses/grammar/language-gfm.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-gfm -version: 1ee975effebe7972bc75a6429a32972e7c8b1126 +version: b7a42b34cbf7a99c6d1f86e959e6700a82a4282d license: mit --- Copyright (c) 2014 GitHub Inc. diff --git a/vendor/licenses/grammar/language-graphql.txt b/vendor/licenses/grammar/language-graphql.txt index 4f5c38adb5..541fb21937 100644 --- a/vendor/licenses/grammar/language-graphql.txt +++ b/vendor/licenses/grammar/language-graphql.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-graphql -version: c9b33be6c577e0a2a11511b6fd963dbef8a0a023 +version: d07eee82149e5ae3a82103136e1d064b5aabd491 license: mit --- MIT License diff --git a/vendor/licenses/grammar/language-haml.txt b/vendor/licenses/grammar/language-haml.txt index 03f9fc332b..352a7e772e 100644 --- a/vendor/licenses/grammar/language-haml.txt +++ b/vendor/licenses/grammar/language-haml.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-haml -version: b3dd6e7c722d5c6c90addf017837ebece185b1ee +version: 85e8a2fc27153bc58b5d72e84d876b00ad489c67 license: mit --- The MIT License (MIT) diff --git a/vendor/licenses/grammar/language-haskell.txt b/vendor/licenses/grammar/language-haskell.txt index 18b3c377eb..be1d9b3564 100644 --- a/vendor/licenses/grammar/language-haskell.txt +++ b/vendor/licenses/grammar/language-haskell.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-haskell -version: 46658d010bff57ee7bfa978bac29ff409a5effd4 +version: a2f1930fbb4ea36739f961aca089d80d2637f3b8 license: mit --- The MIT License (MIT) diff --git a/vendor/licenses/grammar/language-html.txt b/vendor/licenses/grammar/language-html.txt index b9575fda88..b9379ba661 100644 --- a/vendor/licenses/grammar/language-html.txt +++ b/vendor/licenses/grammar/language-html.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-html -version: 9e33c614595969f8eab0b9a49fa31772cba94191 +version: 96827f3985c1de723a38dd34fdb995f39cd47cf9 license: mit --- Copyright (c) 2014 GitHub Inc. diff --git a/vendor/licenses/grammar/language-javascript.txt b/vendor/licenses/grammar/language-javascript.txt index a4fb772f1e..45fb3b0ddd 100644 --- a/vendor/licenses/grammar/language-javascript.txt +++ b/vendor/licenses/grammar/language-javascript.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-javascript -version: c0553a316620f166dfa364f9a0978c17ade3631d +version: 25863daee1a66142718349de0dc9139ddf825489 license: mit --- Copyright (c) 2015 GitHub Inc. diff --git a/vendor/licenses/grammar/language-jison.txt b/vendor/licenses/grammar/language-jison.txt index cae0ab211c..c0a2c9aba7 100644 --- a/vendor/licenses/grammar/language-jison.txt +++ b/vendor/licenses/grammar/language-jison.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-jison -version: 69ba91d3be19d13a3d7a0fc91b3a3f46a886993c +version: 7b43e22b09775c8e6424cbf937f2fe34a848f1f5 license: mit --- Copyright © 2014–2017 Chris Dibbern diff --git a/vendor/licenses/grammar/language-reason.txt b/vendor/licenses/grammar/language-reason.txt index 5d48ca4797..14f8cfa6bd 100644 --- a/vendor/licenses/grammar/language-reason.txt +++ b/vendor/licenses/grammar/language-reason.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-reason -version: 9de5b732b0a53f6f44bc7a9c717dce6162512ae2 +version: 588e8a8167c8c73930e37d9dbcc5b18a707a249e license: mit --- Copyright (c) 2016 Cheng Lou diff --git a/vendor/licenses/grammar/language-rpm-spec.txt b/vendor/licenses/grammar/language-rpm-spec.txt index e31066c0ec..2b1d1036c2 100644 --- a/vendor/licenses/grammar/language-rpm-spec.txt +++ b/vendor/licenses/grammar/language-rpm-spec.txt @@ -1,10 +1,10 @@ --- type: grammar name: language-rpm-spec -version: bb32491b3754c6955a48912c35311c27b2a675f0 +version: b492ea8731340e6ada471f30c67480128661fdaf license: mit --- -Copyright (c) 2015-2017 Jeremiah Powell +Copyright (c) 2015-2019 Jeremiah Powell Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/vendor/licenses/grammar/language-ruby.txt b/vendor/licenses/grammar/language-ruby.txt index abe6df429a..fb952bb0b1 100644 --- a/vendor/licenses/grammar/language-ruby.txt +++ b/vendor/licenses/grammar/language-ruby.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-ruby -version: f9de82a0b2c6e7c5d9bb158e2b47bbd07aa7a7da +version: 8cec2f9c34ec01f518306337cea1c167e150e3c4 license: mit --- Copyright (c) 2014 GitHub Inc. diff --git a/vendor/licenses/grammar/language-shellscript.txt b/vendor/licenses/grammar/language-shellscript.txt index ca644f72ab..661dc67cfc 100644 --- a/vendor/licenses/grammar/language-shellscript.txt +++ b/vendor/licenses/grammar/language-shellscript.txt @@ -1,7 +1,7 @@ --- type: grammar name: language-shellscript -version: 530558e3eff4e956cda7396d526ccecc7eeff42d +version: cdcdd8d86c03a8e433d3f191d7efdf37a249f187 license: mit --- Copyright (c) 2014 GitHub Inc. diff --git a/vendor/licenses/grammar/latex.tmbundle.txt b/vendor/licenses/grammar/latex.tmbundle.txt index 9af69caf29..d7cec69548 100644 --- a/vendor/licenses/grammar/latex.tmbundle.txt +++ b/vendor/licenses/grammar/latex.tmbundle.txt @@ -1,7 +1,7 @@ --- type: grammar name: latex.tmbundle -version: 9e2a7f60ffb9d444cb9ef8d9f477b37472c3395a +version: 445fed461807330120925e8372085806e4a59e97 license: permissive --- If not otherwise specified (see below), files in this repository fall under the following license: diff --git a/vendor/licenses/grammar/marko-tmbundle.txt b/vendor/licenses/grammar/marko-tmbundle.txt index b0b0dccc11..88952deb6e 100644 --- a/vendor/licenses/grammar/marko-tmbundle.txt +++ b/vendor/licenses/grammar/marko-tmbundle.txt @@ -1,7 +1,7 @@ --- type: grammar name: marko-tmbundle -version: ebc3f36f7a830d721e0ce12e391c8a7111348f68 +version: 2ecea1ebf5f8793954ea73b367e3857b9c10117b license: mit --- The MIT License (MIT) diff --git a/vendor/licenses/grammar/nix.txt b/vendor/licenses/grammar/nix.txt index 038d0b271c..a0c366fa9e 100644 --- a/vendor/licenses/grammar/nix.txt +++ b/vendor/licenses/grammar/nix.txt @@ -1,7 +1,7 @@ --- type: grammar name: nix -version: 867366e6d020c43bd967ebc50189a40d9f4adda1 +version: 9032bd613746b9c135223fd6f26a5fa555f18946 license: mit --- The MIT License (MIT) diff --git a/vendor/licenses/grammar/ruby-slim.tmbundle.txt b/vendor/licenses/grammar/ruby-slim.tmbundle.txt index d07d6e4db1..4004b25ad5 100644 --- a/vendor/licenses/grammar/ruby-slim.tmbundle.txt +++ b/vendor/licenses/grammar/ruby-slim.tmbundle.txt @@ -1,7 +1,7 @@ --- type: grammar name: ruby-slim.tmbundle -version: 05c369169c444f11f7605d342d529c6fe8797d34 +version: 3b1441f89fde40678c3c0ada6d75ce46417a35b6 license: mit --- The MIT License diff --git a/vendor/licenses/grammar/st2-zonefile.txt b/vendor/licenses/grammar/st2-zonefile.txt index ca92b89ab6..fd7e951b58 100644 --- a/vendor/licenses/grammar/st2-zonefile.txt +++ b/vendor/licenses/grammar/st2-zonefile.txt @@ -1,7 +1,7 @@ --- type: grammar name: st2-zonefile -version: c17e09fe5838c53d014f66187e5db0016ce8901d +version: 14d9e46cafe98ea988c873f857631cfb26ea6efe license: mit --- The MIT License (MIT) diff --git a/vendor/licenses/grammar/sublime-rexx.txt b/vendor/licenses/grammar/sublime-rexx.txt index 2173fdb442..2b16a9efc6 100644 --- a/vendor/licenses/grammar/sublime-rexx.txt +++ b/vendor/licenses/grammar/sublime-rexx.txt @@ -1,7 +1,7 @@ --- type: grammar name: sublime-rexx -version: 2e304a34d3493e7453a430735191d91f356faa5a +version: fb0553ba8bbd20ea6103b74923b972166287fa51 license: mit --- The MIT License (MIT) diff --git a/vendor/licenses/grammar/sublime-zig-language.txt b/vendor/licenses/grammar/sublime-zig-language.txt index 619f295e56..2b45b25a7e 100644 --- a/vendor/licenses/grammar/sublime-zig-language.txt +++ b/vendor/licenses/grammar/sublime-zig-language.txt @@ -1,7 +1,7 @@ --- type: grammar name: sublime-zig-language -version: 88fa0b243da89bda765dc40b15e632f444d9d125 +version: aeeffc20ffd60c932d8b7d8f7223d41150628cd9 license: mit --- The MIT License (Expat) diff --git a/vendor/licenses/grammar/vscode-slice.txt b/vendor/licenses/grammar/vscode-slice.txt index 36bd3c49a6..d5a8529366 100644 --- a/vendor/licenses/grammar/vscode-slice.txt +++ b/vendor/licenses/grammar/vscode-slice.txt @@ -1,7 +1,7 @@ --- type: grammar name: vscode-slice -version: 0b1c40633ce1bc3a07207f61a5ced7c897c1985a +version: 4e42078bcb9e3d15f9341055fdc463b9125c544c license: bsd-3-clause --- BSD 3-Clause License