Skip to content

Commit 757b173

Browse files
authored
Release v7.15.0 (#5389)
* Update grammars * Update license cache * Correct scope for protocol buffer I'm not sure how this was missed when the grammar was changed in #5336 * Update grammars * Cache licenses * Version v7.15.0
1 parent deaa624 commit 757b173

88 files changed

Lines changed: 150 additions & 125 deletions

File tree

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 = 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.
61+
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.
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

grammars.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ vendor/grammars/awk-sublime:
253253
vendor/grammars/ballerina-grammar:
254254
- source.ballerina
255255
vendor/grammars/bicep:
256+
- markdown.bicep.codeblock
256257
- source.bicep
257258
vendor/grammars/blitzmax:
258259
- source.blitzmax
@@ -356,6 +357,7 @@ vendor/grammars/haxe-TmLanguage:
356357
- documentation.markdown.injection.haxe
357358
- markdown.haxe.codeblock
358359
- markdown.hxml.codeblock
360+
- source.hlcode
359361
- source.hx
360362
- source.hx.argument
361363
- source.hx.type
@@ -474,6 +476,7 @@ vendor/grammars/language-etc:
474476
- source.openbsd-pkg.contents
475477
- source.opts
476478
- source.record-jar
479+
- source.shellcheckrc
477480
- source.sieve
478481
- source.smpl
479482
- source.ssh-config
@@ -938,8 +941,8 @@ vendor/grammars/vscode-prisma:
938941
- inline.prisma
939942
- source.prisma
940943
vendor/grammars/vscode-proto3:
941-
- markdown.proto.codeblock
942-
- source.protobuf
944+
- markdown.codeblock.proto
945+
- source.proto
943946
vendor/grammars/vscode-scala-syntax:
944947
- source.scala
945948
vendor/grammars/vscode-singularity:

lib/linguist/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.14.0
1+
7.15.0

lib/linguist/languages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4447,7 +4447,7 @@ Protocol Buffer:
44474447
- Protocol Buffers
44484448
extensions:
44494449
- ".proto"
4450-
tm_scope: source.protobuf
4450+
tm_scope: source.proto
44514451
ace_mode: protobuf
44524452
codemirror_mode: protobuf
44534453
codemirror_mime_type: text/x-protobuf

vendor/CodeMirror

vendor/grammars/Nova.tmLanguage

0 commit comments

Comments
 (0)