Skip to content

Commit 42fd3c2

Browse files
authored
Release v7.30.0 (#6870)
* Update all grammars * Update cached licenses * v7.30.0 * Update grammars * Update cached licenses * Update grammars * Update licenses
1 parent e24649a commit 42fd3c2

File tree

123 files changed

+156
-141
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

123 files changed

+156
-141
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ end
5959
# The error count will need to be adjusted here until such time as all grammars are 100% error free.
6060
desc "Check that compiling the grammars doesn't introduce any new unexpected errors"
6161
task :check_grammars do
62-
expected_error_count = 63 # 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.
62+
expected_error_count = 41 # 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.
6363
rm_rf "linguist-grammars"
6464
output, status = Open3.capture2e("script/grammar-compiler", "compile", "-o", "linguist-grammars")
6565
errors_found = output[/The grammar library contains ([0-9]+) errors/, 1].to_i

grammars.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ vendor/grammars/graphiql:
423423
- inline.graphql.markdown.codeblock
424424
- inline.graphql.php
425425
- inline.graphql.python
426-
- inline.graphql.rb
427426
- inline.graphql.re
428427
- inline.graphql.res
429428
- inline.graphql.scala
@@ -1140,6 +1139,7 @@ vendor/grammars/vscode-gcode-syntax:
11401139
vendor/grammars/vscode-gedcom:
11411140
- source.gedcom
11421141
vendor/grammars/vscode-gleam:
1142+
- markdown.gleam.codeblock
11431143
- source.gleam
11441144
vendor/grammars/vscode-go:
11451145
- go.mod
@@ -1186,6 +1186,7 @@ vendor/grammars/vscode-move-syntax:
11861186
- mdx.LANGUAGE.codeblock
11871187
- source.move
11881188
vendor/grammars/vscode-opa:
1189+
- markdown.rego.codeblock
11891190
- source.rego
11901191
vendor/grammars/vscode-pddl:
11911192
- source.pddl

lib/linguist/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.29.0
1+
7.30.0

vendor/CodeMirror

vendor/grammars/abl-tmlanguage

Submodule abl-tmlanguage updated 64 files

vendor/grammars/astro

Submodule astro updated 60 files

vendor/grammars/bicep

Submodule bicep updated 654 files

vendor/grammars/bikeshed

vendor/grammars/elvish

Submodule elvish updated 132 files

vendor/grammars/graphiql

Submodule graphiql updated 115 files

vendor/grammars/ide-tools

vendor/grammars/mojo-syntax

vendor/grammars/rescript-vscode

Submodule rescript-vscode updated 213 files

vendor/grammars/vscode-bitbake

Submodule vscode-bitbake updated 86 files

vendor/grammars/vscode-codeql

Submodule vscode-codeql updated 179 files

vendor/grammars/vscode-jest

Submodule vscode-jest updated 49 files

vendor/grammars/vscode-lean4

Submodule vscode-lean4 updated 180 files

vendor/grammars/vscode-prisma

vendor/grammars/vscode-python

Submodule vscode-python updated 283 files

vendor/licenses/git_submodule/AL.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: AL
3-
version: 980dd02ef2a61316ec76d7a2e9765f1460e6c142
3+
version: 00abe1f48102266fb5ae4c9629096703141b781c
44
type: git_submodule
55
homepage: https://github.com/microsoft/AL
66
license: mit

vendor/licenses/git_submodule/CodeMirror.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: CodeMirror
3-
version: 0c8456c3bc92fb3085ac636f5ed117df24e22ca7
3+
version: fec380ddc125419ab2ba47765442ea557a88d611
44
type: git_submodule
55
homepage: https://github.com/codemirror/CodeMirror
66
license: mit

vendor/licenses/git_submodule/Luau.tmLanguage.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Luau.tmLanguage
3-
version: bc4170802aab182127f2b6b80b0e1164f50d78c1
3+
version: d1a73986761f64d3404bef5ac77dabb6d2e5f63c
44
type: git_submodule
55
homepage: https://github.com/JohnnyMorganz/Luau.tmLanguage.git
66
license: mit

vendor/licenses/git_submodule/NimLime.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: NimLime
3-
version: df69515d853380cde7ad58c54e69cf52e725d3bb
3+
version: 1b8f4390968df8895cf81377b336efd60d21bc0d
44
type: git_submodule
55
homepage: https://github.com/nim-lang/NimLime
66
license: mit

vendor/licenses/git_submodule/Sublime-REBOL.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Sublime-REBOL
3-
version: da2b4ec0c84d6e593698118061efb4bd64eff853
3+
version: b685f3cff9d7d8395fe51bcbf93fc43745169e7e
44
type: git_submodule
55
homepage: https://github.com/Oldes/Sublime-REBOL
66
license: mit

vendor/licenses/git_submodule/Sublime-SQF-Language.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: Sublime-SQF-Language
3-
version: 839dd534d110face46f09bfcd120cc8d8041b2d1
3+
version: bfe7efe490b94cfde1f752b7d787490f4be76390
44
type: git_submodule
55
homepage: https://github.com/JonBons/Sublime-SQF-Language
66
license: apache-2.0

vendor/licenses/git_submodule/SublimeEthereum.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: SublimeEthereum
3-
version: 98e4c26e6e7236eca752c2f3d0c70f076c0598df
3+
version: 89028f53c3ed40fff347c19acadc03ec6a3305a2
44
type: git_submodule
55
homepage: https://github.com/davidhq/SublimeEthereum.git
66
license: mit

vendor/licenses/git_submodule/TypeScript-TmLanguage.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: TypeScript-TmLanguage
3-
version: 4fdfd387273124944e32582f9f5af019f515158e
3+
version: e7760434f018efa7204a63d1f4032085862dd050
44
type: git_submodule
55
homepage: https://github.com/Microsoft/TypeScript-TmLanguage
66
license: mit

vendor/licenses/git_submodule/VscodeAdblockSyntax.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: VscodeAdblockSyntax
3-
version: b4a53bee21c0f5074956a7377a36a45febf97d25
3+
version: de26a52f84524bbd54ad0bdb3b1bdbcfa9878fbd
44
type: git_submodule
55
homepage: https://github.com/AdguardTeam/VscodeAdblockSyntax.git
66
license: mit

vendor/licenses/git_submodule/abl-tmlanguage.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: abl-tmlanguage
3-
version: bc85d5f1b0e10ca4a3eb6946d5426d2560a4e328
3+
version: 3a882c4dbed362b3d833d3311ec79e4c799e8a25
44
type: git_submodule
55
homepage: https://github.com/chriscamicas/abl-tmlanguage
66
license: mit

vendor/licenses/git_submodule/astro.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: astro
3-
version: 1a55b6f122f35d1e08716627fad6c8bcfeedab2f
3+
version: eb7215cc0ab3a8f614455528cd71b81ea994cf68
44
type: git_submodule
55
homepage: https://github.com/withastro/language-tools.git
66
license: mit

vendor/licenses/git_submodule/atom-language-julia.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: atom-language-julia
3-
version: 0735fb802696a2b6d89e12ba302d0a85d901bc17
3+
version: 34d2de236e284ed43f4e17e6ba2ebe173b10a411
44
type: git_submodule
55
homepage: https://github.com/JuliaEditorSupport/atom-language-julia
66
license: mit

vendor/licenses/git_submodule/bicep.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: bicep
3-
version: 0c0394b9f70f59b4a2d31dc9cc9b0ba03493685f
3+
version: e1067468f4a21e36cafb1202266b2053173334c8
44
type: git_submodule
55
homepage: https://github.com/azure/bicep
66
license: mit

vendor/licenses/git_submodule/bikeshed.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: bikeshed
3-
version: 584813e6380533a19c6656594c810bf974854e68
3+
version: dab08dd36ecb53ae076199ba90ee8f51201097b2
44
type: git_submodule
55
homepage: https://github.com/tabatkins/bikeshed.git
66
license: other

vendor/licenses/git_submodule/bqn-vscode.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: bqn-vscode
3-
version: f5ccc75638b82ef7a8cab2e981ea596097a055e6
3+
version: 41facec74e448cdb6b86c2842d5b5e1ac662d8dc
44
type: git_submodule
55
homepage: https://github.com/razetime/bqn-vscode.git
66
license: mit

vendor/licenses/git_submodule/d2-vscode.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: d2-vscode
3-
version: d722a70f36e634790eb60e86b678577af0e569c6
3+
version: 4f56e4aa2434d525c96cdfc9406f4e2868811ffa
44
type: git_submodule
55
homepage: https://github.com/terrastruct/d2-vscode.git
66
license: bsd-3-clause

vendor/licenses/git_submodule/dart-syntax-highlight.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: dart-syntax-highlight
3-
version: 1b307d29d454a382f1c143de516335b1a885484b
3+
version: 9742c6975e0be7e1821d5a8b8dc7c84ef6b25a48
44
type: git_submodule
55
homepage: https://github.com/dart-lang/dart-syntax-highlight
66
license: bsd-3-clause

vendor/licenses/git_submodule/data-weave-tmLanguage.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: data-weave-tmLanguage
3-
version: 597b5e83c528963e41ba56a58f33c8656b16d9f4
3+
version: ff3f79a0c848a8937bdf17ef3e3e9ea4a5106bef
44
type: git_submodule
55
homepage: https://github.com/mulesoft-labs/data-weave-tmLanguage
66
license: mit

vendor/licenses/git_submodule/edgedb-editor-plugin.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: edgedb-editor-plugin
3-
version: fe7219c734c0ee25bf306869a137236e9ceace09
3+
version: 4e0e758dc0fd63456c261e40efe3010a875f0a48
44
type: git_submodule
55
homepage: https://github.com/edgedb/edgedb-editor-plugin.git
66
license: mit

vendor/licenses/git_submodule/elvish.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: elvish
3-
version: eadae7fc651345f925e6e412628e1a463954ae5f
3+
version: 1e3549f97f09f12a41aa8ce4428d00fc5b72acda
44
type: git_submodule
55
homepage: https://github.com/elves/elvish.git
66
license: bsd-2-clause

vendor/licenses/git_submodule/godot-vscode-plugin.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: godot-vscode-plugin
3-
version: 5cef96316208d76795c9763291889b92f2d84d4b
3+
version: df445b8390b5575c6e2b63ca7d6bdc1763154604
44
type: git_submodule
55
homepage: https://github.com/godotengine/godot-vscode-plugin
66
license: mit

vendor/licenses/git_submodule/graphiql.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: graphiql
3-
version: ece99f63f5d8d01057b735e90a6957edea3e42b9
3+
version: c1268783c2fe1ca40d61e52cdd3b360ba5868768
44
type: git_submodule
55
homepage: https://github.com/graphql/graphiql.git
66
license: mit

vendor/licenses/git_submodule/haxe-TmLanguage.dep.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: haxe-TmLanguage
3-
version: b3cb0d3a6835938603d006fce402205fa16c11dd
3+
version: ddad8b4c6d0781ac20be0481174ec1be772c5da5
44
type: git_submodule
55
homepage: https://github.com/vshaxe/haxe-TmLanguage
66
license: mit

0 commit comments

Comments
 (0)