Skip to content

Commit 7ca3799

Browse files
authored
Release v7.27.0 (#6540)
* Update grammars * Update cached licenses * v7.27.0 * Update grammars * Reduce error count * Update cached licenses
1 parent 3daa033 commit 7ca3799

File tree

133 files changed

+152
-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.

133 files changed

+152
-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 = 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.
62+
expected_error_count = 28 # 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: 3 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.nimcfg
7170
vendor/grammars/NovaGrammars:
7271
- source.git-revlist
7372
- source.json
@@ -333,6 +332,7 @@ vendor/grammars/cython:
333332
vendor/grammars/d.tmbundle:
334333
- source.d
335334
vendor/grammars/d2-vscode:
335+
- markdown.d2.codeblock
336336
- source.d2
337337
- text.html.markdown.d2
338338
vendor/grammars/dart-syntax-highlight:
@@ -1052,7 +1052,7 @@ vendor/grammars/turtle.tmbundle:
10521052
- source.sparql
10531053
- source.turtle
10541054
vendor/grammars/typst-grammar:
1055-
- source.typ
1055+
- source.typst
10561056
vendor/grammars/verilog.tmbundle:
10571057
- source.verilog
10581058
vendor/grammars/vhdl:
@@ -1179,6 +1179,7 @@ vendor/grammars/vscode_cobol:
11791179
- source.cobolit
11801180
- source.cobsql_dir
11811181
- source.dir
1182+
- source.directivesmf
11821183
- source.hlasm
11831184
- source.jcl
11841185
- source.mfu

lib/linguist/VERSION

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

lib/linguist/languages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7171,7 +7171,7 @@ Typst:
71717171
- typ
71727172
extensions:
71737173
- ".typ"
7174-
tm_scope: source.typ
7174+
tm_scope: source.typst
71757175
ace_mode: text
71767176
language_id: 704730682
71777177
Unified Parallel C:

vendor/CodeMirror

0 commit comments

Comments
 (0)