Skip to content

Commit 1cc4b1a

Browse files
authored
Release v9.1.0 (#7282)
* Update all grammars * Update all grammar licenses * v9.1.0
1 parent 0601355 commit 1cc4b1a

File tree

179 files changed

+425
-210
lines changed

Some content is hidden

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

179 files changed

+425
-210
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 = 49 # 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 = 55 # 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: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,6 @@ vendor/grammars/gradle.tmbundle:
425425
- source.groovy.gradle
426426
vendor/grammars/grammar:
427427
- source.erlang
428-
- text.html.erlang.yaws
429428
vendor/grammars/graphiql:
430429
- inline.graphql
431430
- inline.graphql.markdown.codeblock

lib/linguist/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.0.0
1+
9.1.0

vendor/CodeMirror

vendor/grammars/AL

Submodule AL updated 1 file

vendor/grammars/Linker.tmLanguage

0 commit comments

Comments
 (0)