Skip to content

Commit 02f3f0e

Browse files
authored
Release v7.16.0 (#5489)
* Update grammars * Update cached licenses * v7.16.0 * Update grammars one last time * Update cached license
1 parent ca8b002 commit 02f3f0e

File tree

97 files changed

+141
-109
lines changed

Some content is hidden

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

97 files changed

+141
-109
lines changed

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 = 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.
61+
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.
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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ vendor/grammars/assembly:
202202
- source.x86asm
203203
vendor/grammars/astro:
204204
- text.html.astro
205+
- text.html.markdown.astro
205206
vendor/grammars/atom-editorconfig:
206207
- source.editorconfig
207208
- text.plain
@@ -457,6 +458,7 @@ vendor/grammars/language-etc:
457458
- source.curlrc
458459
- source.direct-x
459460
- source.dosbox-conf
461+
- source.dotenv
460462
- source.futhark
461463
- source.generic-db
462464
- source.gitattributes
@@ -487,6 +489,7 @@ vendor/grammars/language-etc:
487489
- source.wgetrc
488490
- text.checksums
489491
- text.codeowners
492+
- text.lesshst
490493
- text.openbsd-pkg.desc
491494
- text.xml.svg
492495
vendor/grammars/language-faust:
@@ -574,8 +577,8 @@ vendor/grammars/language-macaulay2:
574577
vendor/grammars/language-maxscript:
575578
- source.maxscript
576579
vendor/grammars/language-mcfunction:
580+
- markdown.mcfunction.codeblock
577581
- source.mcfunction
578-
- source.mcfunction-snapshot
579582
vendor/grammars/language-meson:
580583
- source.meson
581584
vendor/grammars/language-msl:
@@ -642,13 +645,15 @@ vendor/grammars/language-sass:
642645
- source.sass
643646
- source.sassdoc
644647
vendor/grammars/language-sed:
648+
- source.ed
645649
- source.sed
646650
vendor/grammars/language-shellscript:
647651
- source.shell
648652
- text.shell-session
649653
vendor/grammars/language-supercollider:
650654
- source.supercollider
651655
vendor/grammars/language-texinfo:
656+
- text.info
652657
- text.texinfo
653658
vendor/grammars/language-toc-wow:
654659
- source.toc
@@ -790,7 +795,6 @@ vendor/grammars/riot-syntax-highlight:
790795
vendor/grammars/ruby-slim.tmbundle:
791796
- text.slim
792797
vendor/grammars/sas.tmbundle:
793-
- source.SASLog
794798
- source.sas
795799
vendor/grammars/scheme.tmbundle:
796800
- source.scheme

lib/linguist/VERSION

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

vendor/CodeMirror

vendor/grammars/NimLime

vendor/grammars/XojoSyntaxTM

0 commit comments

Comments
 (0)