Skip to content

Commit

Permalink
Release v7.21.0 (github-linguist#5934)
Browse files Browse the repository at this point in the history
* Update all grammars

* Update cached licenses

* Bump version to 7.21.0
  • Loading branch information
lildude authored Jun 9, 2022
1 parent dd21bbb commit d7799da
Show file tree
Hide file tree
Showing 107 changed files with 140 additions and 111 deletions.
4 changes: 4 additions & 0 deletions grammars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ vendor/grammars/Isabelle.tmbundle:
vendor/grammars/JSyntax:
- source.j
vendor/grammars/Ligo-grammar:
- source.jsligo
- source.ligo
- source.mligo
- source.religo
Expand Down Expand Up @@ -70,6 +71,7 @@ vendor/grammars/NovaGrammars:
- source.solution
- source.win32-messages
- source.ws
- text.hash-commented
- text.robots-txt
vendor/grammars/ObjectScript.tmBundle:
- source.objectscript
Expand Down Expand Up @@ -375,7 +377,9 @@ vendor/grammars/gnuplot-tmbundle:
vendor/grammars/go-tmbundle:
- source.go
vendor/grammars/godot-vscode-plugin:
- source.gdresource
- source.gdscript
- source.gdshader
vendor/grammars/grace:
- source.grace
vendor/grammars/gradle.tmbundle:
Expand Down
2 changes: 1 addition & 1 deletion lib/linguist/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.20.0
7.21.0
1 change: 1 addition & 0 deletions tools/grammars/compiler/data.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,5 @@ var IgnoredFiles = map[string]bool{
"liquid-tm-grammar/tests/syntaxes/html.tmLanguage.json": true,
"liquid-tm-grammar/tests/syntaxes/javascript.tmLanguage.json": true,
"liquid-tm-grammar/tests/syntaxes/json.tmLanguage.json": true,
"godot-vscode-plugin/syntaxes/.prettierrc.json": true,
}
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/Ligo-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/MATLAB-Language-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/Sublime-SQF-Language
2 changes: 1 addition & 1 deletion vendor/grammars/SublimeEthereum
2 changes: 1 addition & 1 deletion vendor/grammars/SublimeGDB
Submodule SublimeGDB updated 1 files
+30 −19 sublimegdb.py
2 changes: 1 addition & 1 deletion vendor/grammars/astro
Submodule astro updated 194 files
2 changes: 1 addition & 1 deletion vendor/grammars/atom-language-cairo
2 changes: 1 addition & 1 deletion vendor/grammars/atom-miniyaml
2 changes: 1 addition & 1 deletion vendor/grammars/bicep
Submodule bicep updated 511 files
2 changes: 1 addition & 1 deletion vendor/grammars/bikeshed
2 changes: 1 addition & 1 deletion vendor/grammars/dart-syntax-highlight
2 changes: 1 addition & 1 deletion vendor/grammars/denizenscript-grammar
2 changes: 1 addition & 1 deletion vendor/grammars/ionide-fsgrammar
2 changes: 1 addition & 1 deletion vendor/grammars/language-csound
2 changes: 1 addition & 1 deletion vendor/grammars/language-css
2 changes: 1 addition & 1 deletion vendor/grammars/language-etc
2 changes: 1 addition & 1 deletion vendor/grammars/language-renpy
2 changes: 1 addition & 1 deletion vendor/grammars/language-rtf
2 changes: 1 addition & 1 deletion vendor/grammars/linter-lilypond
2 changes: 1 addition & 1 deletion vendor/grammars/liquid-tm-grammar
Submodule liquid-tm-grammar updated 0 files
2 changes: 1 addition & 1 deletion vendor/grammars/mlir-grammar
Submodule mlir-grammar updated 2 files
+2 −1 README.md
+348 −65 grammars/mlir.json
2 changes: 1 addition & 1 deletion vendor/grammars/qsharp-compiler
Submodule qsharp-compiler updated 111 files
2 changes: 1 addition & 1 deletion vendor/grammars/rescript-vscode
Submodule rescript-vscode updated 494 files
2 changes: 1 addition & 1 deletion vendor/grammars/sas.tmbundle
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-TalonScript
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-brightscript-language
Submodule vscode-brightscript-language updated 43 files
+1 −1 .github/workflows/create-vsix-from-pr.yml
+11 −0 .prettierrc
+51 −0 CHANGELOG.md
+3,265 −4,896 package-lock.json
+32 −5 package.json
+2 −2 rollup.config.js
+1 −1 scripts/create-vsix.js
+3 −5 src/ActiveDeviceManager.ts
+12 −0 src/DebugConfigurationProvider.ts
+72 −2 src/DeclarationProvider.ts
+2 −1 src/LanguageServerManager.ts
+11 −0 src/LanguageServerRunner.ts
+0 −1 src/RDBViewProviders.spec.ts
+71 −33 src/RDBViewProviders.ts
+3 −1 src/commands/BrighterScriptPreviewCommand.ts
+33 −27 src/extension.spec.ts
+72 −48 src/extension.ts
+61 −22 ui/rdb/ExtensionIntermediary.ts
+13 −0 ui/rdb/components/Common/Chevron.svelte
+28 −0 ui/rdb/components/Common/Loader.svelte
+19 −0 ui/rdb/components/Common/ODCSetupSteps.svelte
+47 −7 ui/rdb/components/JSONTreeView/JSONNode.svelte
+3 −3 ui/rdb/components/JSONTreeView/JSONTreeView.svelte
+183 −0 ui/rdb/components/SceneGraphInspectorPanel/ColorField.spec.ts
+50 −0 ui/rdb/components/SceneGraphInspectorPanel/ColorField.svelte
+30 −0 ui/rdb/components/SceneGraphInspectorPanel/ColorField.ts
+156 −0 ui/rdb/components/SceneGraphInspectorPanel/NodeBranchView.svelte
+86 −0 ui/rdb/components/SceneGraphInspectorPanel/NodeCountByType.svelte
+522 −0 ui/rdb/components/SceneGraphInspectorPanel/NodeDetailView.svelte
+120 −0 ui/rdb/components/SceneGraphInspectorPanel/Settings.svelte
+25 −0 ui/rdb/components/vscode-ui-toolkit/VscodeCheckbox.svelte
+15 −13 ui/rdb/index.ts
+27 −0 ui/rdb/style.css
+17 −5 ui/rdb/types.d.ts
+99 −0 ui/rdb/utils.spec.ts
+70 −0 ui/rdb/utils.ts
+68 −26 ui/rdb/views/CommandsView.spec.ts
+96 −49 ui/rdb/views/CommandsView.svelte
+18 −10 ui/rdb/views/CommandsView.ts
+3 −3 ui/rdb/views/RegistryView.spec.ts
+26 −7 ui/rdb/views/RegistryView.svelte
+5 −4 ui/rdb/views/RegistryView.ts
+249 −0 ui/rdb/views/SceneGraphInspectorPanel.svelte
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-codeql
Submodule vscode-codeql updated 109 files
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-gleam
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-go
Submodule vscode-go updated 145 files
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-hack
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-motoko
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-prisma
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-proto3
2 changes: 1 addition & 1 deletion vendor/grammars/vscode-vlang
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: f3433cf1689a1ad8da5af87982549c67b3baac21
version: 4318c49202c12979a191893817dfd567ed037ce7
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: 1aa3c2169ee9d9a63ae67d71e37fc7b7c7ba5c7e
version: caec66b2cf53cd3032305ba341a8769b171e9ff3
type: git_submodule
homepage: https://github.com/Jake-NotTheMuss/CoDT7-Sublime.git
license: unlicense
Expand Down
9 changes: 8 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: 9545666fb41e00156641884e058373d21c9a2476
version: 7f488eb5c12d71ea7ea75e286b7b9c029453a298
type: git_submodule
homepage: https://github.com/codemirror/CodeMirror
license: mit
Expand Down Expand Up @@ -509,6 +509,7 @@ notices:
Karol
Kaushik Kulkarni
Kayur Patel
kazk
Kazuhisa Ishizaka
Kazuhito Hokamura
kcwiakala
Expand All @@ -528,6 +529,7 @@ notices:
Klaus Silveira
Koh Zi Han, Cliff
komakino
Konrad Zapotoczny
Konstantin Chernenko
Konstantin Lopuhin
koops
Expand Down Expand Up @@ -571,6 +573,7 @@ notices:
Łukasz Wielgus
Luke Browning
Luke Granger-Brown
Luke Haas
Luke Stagner
lynschinzer
M1cha
Expand Down Expand Up @@ -792,6 +795,7 @@ notices:
Renaud Durlin
Reynold Xin
Richard Denton
Richard Fung
Richard van der Meer
Richard Z.H. Wang
Rishi Goomar
Expand All @@ -815,6 +819,7 @@ notices:
Ryan Prior
ryu-sato
sabaca
sach.gupta
Sachin Gupta
Sam Lee
Sam Rawlins
Expand Down Expand Up @@ -857,6 +862,7 @@ notices:
Siamak Mokhtari
Siddhartha Gunti
silverwind
Simone Di Nuovo
Simon Edwards
Simon Huber
sinkuu
Expand Down Expand Up @@ -985,6 +991,7 @@ notices:
ZeeshanNoor
Zeno Rocha
Zhang Hao
Ziran Sun
Ziv
zoobestik
zziuni
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/Ligo-grammar.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Ligo-grammar
version: d1338b118b7509ccad86597bb9eb83f9f9366684
version: 73ffbf6f2b63b861d9f5165c5a64e8d4eee06ea1
type: git_submodule
homepage: https://github.com/pewulfman/Ligo-grammar.git
license: mit
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: MATLAB-Language-grammar
version: ba58ae58dc468e54f6679e2938855fe6032ce654
version: 58ecf4f864b8b6b0dca32328beaa351fcc561fb1
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/Sublime-SQF-Language.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: Sublime-SQF-Language
version: a3e078316862ea08faef7b4fcb9574848ba57050
version: d270fd8bba79e6239bc993660657f275ba529ea8
type: git_submodule
homepage: https://github.com/JonBons/Sublime-SQF-Language
license: apache-2.0
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/SublimeEthereum.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: SublimeEthereum
version: 75150f8eb2ba3b3df100c5acb413c5ffd91f497a
version: 320ea07b6de9caabd0f98670e391f751965bf5a7
type: git_submodule
homepage: https://github.com/davidhq/SublimeEthereum.git
license: mit
Expand Down
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/SublimeGDB.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: SublimeGDB
version: '0924418682f86840df72fd66427911c7cb793620'
version: fcd83adef823885874a84bab184e086c94f689cc
type: git_submodule
homepage: https://github.com/quarnster/SublimeGDB
license: zlib
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: TypeScript-TmLanguage
version: '08fbf951fe3bd34d45c1bf79747d549f634bf254'
version: 0dfae8cc4807fecfbf8f1add095d9817df824c95
type: git_submodule
homepage: https://github.com/Microsoft/TypeScript-TmLanguage
license: mit
Expand Down
10 changes: 7 additions & 3 deletions vendor/licenses/git_submodule/abl-tmlanguage.dep.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
type: git_submodule
name: abl-tmlanguage
version: 7a0d0cadf9a7338a70a483f8f0bb0eeb12012cc4
version: aef61c0ed1c7a9b4eb6c9ca972d12cc24e053b9c
type: git_submodule
homepage: https://github.com/chriscamicas/abl-tmlanguage
license: mit
licenses:
- text: |-
- sources: LICENSE
text: |
MIT License
Copyright (c) 2016 ZaphyrVonGenevese
Expand All @@ -26,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: MIT
notices: []
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: 780b1a4ea55ba2e3deae895ae00e819de217d5a2
version: 3bcc7252a3422d6862a998f0288a518b84b6a043
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-cairo.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: atom-language-cairo
version: 1fabdcf90ad2e519a7b47927b865a4141285d10d
version: 8c43bb5f335fad306488efc58de4642003e4f28f
type: git_submodule
homepage: https://github.com/xshitaka/atom-language-cairo.git
license: mit
Expand Down
19 changes: 16 additions & 3 deletions vendor/licenses/git_submodule/atom-miniyaml.dep.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
---
type: git_submodule
name: atom-miniyaml
version: 6167989c41b8124e3041480754671b00ea3c85af
version: e3c376e315ec2d66412368d86660af83bfa63586
type: git_submodule
homepage: https://github.com/OpenRA/atom-miniyaml.git
license: mit
licenses:
- text: |-
- sources: LICENSE.md
text: |
Copyright (c) 2015 GitHub Inc.
Permission is hereby granted, free of charge, to any person obtaining
Expand All @@ -25,4 +27,15 @@ licenses:
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.
--------------------------------------------------------------------
This package was derived from a TextMate bundle located at
https://github.com/textmate/yaml.tmbundle and distributed under the following
license, located in `README.mdown`:
Permission to copy, use, modify, sell and distribute this
software is granted. This software is provided "as is" without
express or implied warranty, and with no claim as to its
suitability for any purpose.
notices: []
2 changes: 1 addition & 1 deletion vendor/licenses/git_submodule/ballerina-grammar.dep.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: ballerina-grammar
version: 24b43f351adb12c71487f87a45087df1384ead8f
version: 793001f64c497cf838d6a62b9335c982d7426691
type: git_submodule
homepage: https://github.com/ballerina-platform/ballerina-grammar
license: apache-2.0
Expand Down
Loading

0 comments on commit d7799da

Please sign in to comment.