Skip to content

Commit c0b49c1

Browse files
authored
Release v7.22.0 (#5972)
* Update grammars * Update cached license files * Version v7.22.0
1 parent 4edec06 commit c0b49c1

74 files changed

Lines changed: 91 additions & 102 deletions

Some content is hidden

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

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 = 26 # 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 = 27 # 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.21.0
1+
7.22.0

vendor/CodeMirror

vendor/grammars/NimLime

vendor/grammars/abap.tmbundle

vendor/grammars/astro

Submodule astro updated 51 files

0 commit comments

Comments
 (0)