Skip to content

Commit ee9119e

Browse files
authored
Release v7.28.0 (#6627)
* Update grammars * Update cached licenses * V7.28.0 * Update count * Update grammars * Update cached licenses * Update grammars * Update cached licenses
1 parent 8c380f3 commit ee9119e

File tree

125 files changed

+162
-130
lines changed

Some content is hidden

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

125 files changed

+162
-130
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 = 28 # 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 = 36 # 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: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,6 +358,7 @@ vendor/grammars/ec.tmbundle:
358358
vendor/grammars/ecl-tmLanguage:
359359
- source.ecl
360360
vendor/grammars/edgedb-editor-plugin:
361+
- inline.edgeql
361362
- source.edgeql
362363
vendor/grammars/eiffel.tmbundle:
363364
- source.eiffel
@@ -1106,7 +1107,6 @@ vendor/grammars/vscode-gleam:
11061107
vendor/grammars/vscode-go:
11071108
- go.mod
11081109
- go.sum
1109-
- govulncheck
11101110
vendor/grammars/vscode-hack:
11111111
- markdown.hack.codeblock
11121112
- source.hack
@@ -1145,6 +1145,8 @@ vendor/grammars/vscode-motoko:
11451145
- source.did
11461146
- source.mo
11471147
vendor/grammars/vscode-move-syntax:
1148+
- markdown.move.codeblock
1149+
- mdx.LANGUAGE.codeblock
11481150
- source.move
11491151
vendor/grammars/vscode-opa:
11501152
- source.rego
@@ -1172,6 +1174,7 @@ vendor/grammars/vscode-scala-syntax:
11721174
vendor/grammars/vscode-singularity:
11731175
- source.singularity
11741176
vendor/grammars/vscode-slice:
1177+
- source.ice
11751178
- source.slice
11761179
vendor/grammars/vscode-vba-json:
11771180
- source.vba

lib/linguist/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.27.0
1+
7.28.0

vendor/CodeMirror

vendor/grammars/GeneroFgl.tmbundle

0 commit comments

Comments
 (0)