diff --git a/Rakefile b/Rakefile index 6c20b12bba..4e37e97c48 100644 --- a/Rakefile +++ b/Rakefile @@ -59,7 +59,7 @@ end # The error count will need to be adjusted here until such time as all grammars are 100% error free. desc "Check that compiling the grammars doesn't introduce any new unexpected errors" task :check_grammars do - 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. + expected_error_count = 48 # 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. rm_rf "linguist-grammars" output, status = Open3.capture2e("script/grammar-compiler", "compile", "-o", "linguist-grammars") errors_found = output[/The grammar library contains ([0-9]+) errors/, 1].to_i diff --git a/lib/linguist/VERSION b/lib/linguist/VERSION index ae9a76b924..cd1d2e94f3 100644 --- a/lib/linguist/VERSION +++ b/lib/linguist/VERSION @@ -1 +1 @@ -8.0.0 +8.0.1 diff --git a/vendor/grammars/vscode-move-syntax b/vendor/grammars/vscode-move-syntax index 0cff4af858..4b04e9d614 160000 --- a/vendor/grammars/vscode-move-syntax +++ b/vendor/grammars/vscode-move-syntax @@ -1 +1 @@ -Subproject commit 0cff4af858fc827ad7cc09729d09cdca81934f6e +Subproject commit 4b04e9d614901097ffc0663fef40bd3e5d87779e diff --git a/vendor/licenses/git_submodule/vscode-move-syntax.dep.yml b/vendor/licenses/git_submodule/vscode-move-syntax.dep.yml index ee8b38331a..df0188f956 100644 --- a/vendor/licenses/git_submodule/vscode-move-syntax.dep.yml +++ b/vendor/licenses/git_submodule/vscode-move-syntax.dep.yml @@ -1,6 +1,6 @@ --- name: vscode-move-syntax -version: 0cff4af858fc827ad7cc09729d09cdca81934f6e +version: 4b04e9d614901097ffc0663fef40bd3e5d87779e type: git_submodule homepage: https://github.com/damirka/vscode-move-syntax.git license: mit