Skip to content

Commit 3a1bd3c

Browse files
authored
Release v7.5.1 (#4550)
* Revert back to older scala grammar The newer grammar doesn't render as the maintainers desired on GitHub.com. * Bump version to v7.5.1
1 parent f8be560 commit 3a1bd3c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Rakefile

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

lib/linguist/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.5.0
1+
7.5.1

vendor/licenses/grammar/vscode-scala-syntax.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
type: grammar
33
name: vscode-scala-syntax
4-
version: 53610fa130166351c1c1545798c453a9860e2f0d
4+
version: ebe1ad0d9a6a2535aa3d1049c820a250d697da39
55
license: mit
66
---
77
MIT License

0 commit comments

Comments
 (0)