Skip to content

Commit f101af5

Browse files
authored
Release v9.3.0 (#7586)
* Update grammars * Update cached licenses * v9.3.0
1 parent 94436d2 commit f101af5

File tree

171 files changed

+202
-181
lines changed

Some content is hidden

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

171 files changed

+202
-181
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 = 53 # 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 = 56 # 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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -591,6 +591,7 @@ vendor/grammars/language-etc:
591591
- source.odin-ehr
592592
- source.openbsd-pkg.contents
593593
- source.opts
594+
- source.psl
594595
- source.record-jar
595596
- source.sexp
596597
- source.sfv
@@ -609,6 +610,7 @@ vendor/grammars/language-etc:
609610
- text.checksums
610611
- text.codeowners
611612
- text.html.ecmarkup
613+
- text.jira
612614
- text.lesshst
613615
- text.openbsd-pkg.desc
614616
- text.savane
@@ -712,10 +714,14 @@ vendor/grammars/language-mermaid:
712714
- source.mermaid.gitgraph
713715
- source.mermaid.mindmap
714716
- source.mermaid.pie-chart
717+
- source.mermaid.quad-chart
715718
- source.mermaid.requirement-diagram
719+
- source.mermaid.sankey
716720
- source.mermaid.sequence-diagram
717721
- source.mermaid.state-diagram
722+
- source.mermaid.timeline
718723
- source.mermaid.user-journey
724+
- source.mermaid.zenuml
719725
vendor/grammars/language-meson:
720726
- source.meson
721727
vendor/grammars/language-msl:
@@ -1355,6 +1361,7 @@ vendor/grammars/vscode_cobol:
13551361
vendor/grammars/vscode_mikrotik_routeros_script:
13561362
- source.rsc
13571363
vendor/grammars/wgsl-analyzer:
1364+
- source.wesl
13581365
- source.wgsl
13591366
vendor/grammars/witcherscript-grammar:
13601367
- source.witcherscript

lib/linguist/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9.2.0
1+
9.3.0

vendor/CodeMirror

0 commit comments

Comments
 (0)