Skip to content

Commit 5e5d705

Browse files
authored
Release v8.0.0 (#7021)
* Update all grammars * Update cached licenses * v8.0.0 * Correct license type * Update grammars * Update cached licenses
1 parent 15e5607 commit 5e5d705

File tree

147 files changed

+186
-375
lines changed

Some content is hidden

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

147 files changed

+186
-375
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 = 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.
62+
expected_error_count = 51 # 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
@@ -233,6 +233,7 @@ vendor/grammars/assembly:
233233
vendor/grammars/astro:
234234
- source.astro
235235
- text.html.markdown.astro
236+
- text.mdx.astro.codeblock
236237
vendor/grammars/atom-editorconfig:
237238
- source.editorconfig
238239
- text.plain
@@ -1201,7 +1202,7 @@ vendor/grammars/vscode-motoko:
12011202
- source.mo
12021203
vendor/grammars/vscode-move-syntax:
12031204
- markdown.move.codeblock
1204-
- mdx.LANGUAGE.codeblock
1205+
- mdx.move.codeblock
12051206
- source.move
12061207
vendor/grammars/vscode-noir:
12071208
- source.nr

lib/linguist/VERSION

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

vendor/CodeMirror

0 commit comments

Comments
 (0)