Skip to content

Commit b5432eb

Browse files
authored
Release v7.26.0 (#6449)
* Revert "Revert "Update all grammars"" This reverts commit d352058. * Revert "Revert "Update cached licenses"" This reverts commit faa15da. * Revert "Revert "v7.26.0"" This reverts commit f86cdb6. * Update grammars * Update cached licenses
1 parent d352058 commit b5432eb

File tree

123 files changed

+147
-158
lines changed

Some content is hidden

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

123 files changed

+147
-158
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 = 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.
62+
expected_error_count = 29 # 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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ vendor/grammars/Nasal.tmbundle:
6767
- source.nasal
6868
vendor/grammars/NimLime:
6969
- source.nim
70-
- source.nim_filter
7170
- source.nimcfg
7271
vendor/grammars/NovaGrammars:
7372
- source.git-revlist
@@ -412,6 +411,7 @@ vendor/grammars/graphiql:
412411
- inline.graphql.python
413412
- inline.graphql.re
414413
- inline.graphql.res
414+
- inline.graphql.scala
415415
- markdown.graphql.codeblock
416416
- source.graphql
417417
vendor/grammars/graphviz.tmbundle:
@@ -721,6 +721,7 @@ vendor/grammars/language-regexp:
721721
vendor/grammars/language-renpy:
722722
- source.renpy
723723
vendor/grammars/language-restructuredtext:
724+
- text.pseudoxml
724725
- text.restructuredtext
725726
vendor/grammars/language-ring:
726727
- source.ring
@@ -1053,6 +1054,7 @@ vendor/grammars/vhdl:
10531054
vendor/grammars/vsc-fennel:
10541055
- source.fnl
10551056
vendor/grammars/vscode-TalonScript:
1057+
- markdown.talon.codeblock
10561058
- source.talon
10571059
vendor/grammars/vscode-antlers-language-server:
10581060
- text.html.statamic
@@ -1114,6 +1116,7 @@ vendor/grammars/vscode-lean:
11141116
vendor/grammars/vscode-monkey-c:
11151117
- source.mc
11161118
vendor/grammars/vscode-motoko:
1119+
- source.did
11171120
- source.mo
11181121
vendor/grammars/vscode-move-syntax:
11191122
- source.move
@@ -1175,6 +1178,7 @@ vendor/grammars/vscode_cobol:
11751178
- source.mfu
11761179
- source.mfupp_dir
11771180
- source.pli
1181+
- source.rmcobol
11781182
- source.utreport
11791183
vendor/grammars/vscode_mikrotik_routeros_script:
11801184
- source.rsc
@@ -1196,4 +1200,4 @@ vendor/grammars/xml.tmbundle:
11961200
vendor/grammars/zeek-sublime:
11971201
- source.zeek
11981202
vendor/grammars/zephir-sublime:
1199-
- source.php.zephir
1203+
- source.php.zephir

lib/linguist/VERSION

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

vendor/CodeMirror

Submodule VscodeAdblockSyntax updated 61 files

0 commit comments

Comments
 (0)