Skip to content

Commit c34f887

Browse files
authored
Release v7.25.0 (#6313)
* Update all grammars * Update all cached licenses * v7.25.0 * Update all grammars * Update all cached licenses * Update all grammars * Update cached licenses
1 parent 9358f09 commit c34f887

File tree

137 files changed

+158
-147
lines changed

Some content is hidden

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

137 files changed

+158
-147
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 = 31 # 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 = 30 # 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ vendor/grammars/NSIS:
6363
- source.nsis
6464
vendor/grammars/NimLime:
6565
- source.nim
66-
- source.nim.comment
6766
- source.nim_filter
6867
- source.nimcfg
6968
vendor/grammars/NovaGrammars:
@@ -525,6 +524,7 @@ vendor/grammars/language-etc:
525524
- source.dosbox-conf
526525
- source.dotenv
527526
- source.futhark
527+
- source.generic-config
528528
- source.generic-db
529529
- source.gitattributes
530530
- source.gitconfig
@@ -665,6 +665,7 @@ vendor/grammars/language-mermaid:
665665
- source.mermaid.flowchart
666666
- source.mermaid.gantt
667667
- source.mermaid.gitgraph
668+
- source.mermaid.mindmap
668669
- source.mermaid.pie-chart
669670
- source.mermaid.requirement-diagram
670671
- source.mermaid.sequence-diagram
@@ -1064,6 +1065,7 @@ vendor/grammars/vscode-gleam:
10641065
vendor/grammars/vscode-go:
10651066
- go.mod
10661067
- go.sum
1068+
- govulncheck
10671069
vendor/grammars/vscode-hack:
10681070
- markdown.hack.codeblock
10691071
- source.hack

lib/linguist/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.24.1
1+
7.25.0

vendor/CodeMirror

vendor/grammars/JSyntax

0 commit comments

Comments
 (0)