Skip to content

Commit bf853f1

Browse files
authored
Release v7.23.0 (#6051)
* Update all grammars * Update all cached licenses * Version 7.23.0 * Update all grammars * Update cached licenses
1 parent 1fbaa41 commit bf853f1

File tree

113 files changed

+147
-142
lines changed

Some content is hidden

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

113 files changed

+147
-142
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 = 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.
62+
expected_error_count = 32 # 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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,8 @@ vendor/grammars/elixir-tmbundle:
355355
- text.html.elixir
356356
vendor/grammars/elvish:
357357
- source.elvish
358+
- source.elvish-transcript
359+
- source.elvish.in.markdown
358360
vendor/grammars/erlang.tmbundle:
359361
- source.erlang
360362
- text.html.erlang.yaws
@@ -535,6 +537,7 @@ vendor/grammars/language-etc:
535537
- source.openbsd-pkg.contents
536538
- source.opts
537539
- source.record-jar
540+
- source.sexp
538541
- source.shellcheckrc
539542
- source.sieve
540543
- source.smpl
@@ -685,6 +688,7 @@ vendor/grammars/language-ring:
685688
- source.ring
686689
vendor/grammars/language-roff:
687690
- hidden.manref
691+
- source.context
688692
- source.ditroff
689693
- source.ditroff.desc
690694
- source.gremlin
@@ -854,6 +858,7 @@ vendor/grammars/rascal-syntax-highlighting:
854858
vendor/grammars/razor-plus:
855859
- text.html.cshtml
856860
vendor/grammars/rescript-vscode:
861+
- markdown.rescript.codeblock
857862
- source.rescript
858863
vendor/grammars/riot-syntax-highlight:
859864
- text.html.riot
@@ -1061,6 +1066,7 @@ vendor/grammars/vscode-prisma:
10611066
- inline.prisma
10621067
- markdown.prisma.codeblock
10631068
- source.prisma
1069+
- source.ts.prismaClientRawSQL
10641070
vendor/grammars/vscode-procfile:
10651071
- source.procfile
10661072
vendor/grammars/vscode-proto3:

lib/linguist/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.22.1
1+
7.23.0

vendor/CodeMirror

vendor/grammars/XojoSyntaxTM

0 commit comments

Comments
 (0)