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

0 commit comments

Comments
 (0)