Skip to content

Commit ad0adec

Browse files
feat: sync with bat 979ba22
1 parent 847fe75 commit ad0adec

File tree

15 files changed

+882
-54
lines changed

15 files changed

+882
-54
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -84,11 +84,11 @@ For reference here are the sizes associated with their different functions
8484

8585
| function | `two-face` (KiB) | `syntect` (KiB) |
8686
| ---: | ---: | ---: |
87-
| [`acknowledgement::listing()`](https://docs.rs/two-face/latest/two_face/acknowledgement/fn.listing.html) | 10 | - |
88-
| [`syntax::extra_newlines()`](https://docs.rs/two-face/latest/two_face/syntax/fn.extra_newlines.html) (onig) | 939 | 360 |
89-
| ^^ (fancy) | 884 | ^^ |
90-
| [`syntax::extra_no_newlines()`](https://docs.rs/two-face/latest/two_face/syntax/fn.extra_no_newlines.html) (onig) | 938 | 359 |
91-
| ^^ (fancy) | 883 | ^^ |
87+
| [`acknowledgement::listing()`](https://docs.rs/two-face/latest/two_face/acknowledgement/fn.listing.html) | 11 | - |
88+
| [`syntax::extra_newlines()`](https://docs.rs/two-face/latest/two_face/syntax/fn.extra_newlines.html) (onig) | 961 | 360 |
89+
| ^^ (fancy) | 905 | ^^ |
90+
| [`syntax::extra_no_newlines()`](https://docs.rs/two-face/latest/two_face/syntax/fn.extra_no_newlines.html) (onig) | 959 | 359 |
91+
| ^^ (fancy) | 904 | ^^ |
9292
| [`theme::extra()`](https://docs.rs/two-face/latest/two_face/theme/index.html) | 62 | 5 |
9393

9494
In short the syntax definitions are the real chonky part, and if you're
@@ -124,7 +124,7 @@ The full listing of all syntaxes included in [`two_face::syntax`](https://docs.r
124124
| R | R†, Racket, Rd†, Rego, Regular Expression†, Requirements.txt, reStructuredText†, Robot Framework, Ruby†, Ruby Haml†, Ruby on Rails†, Ruby Slim, Rust† |
125125
| S | Sass\*, Scala†, SCSS, Salt State SLS\*, SML, Solidity, SQL†, Strace, Stylus, Svelte, Swift, SystemVerilog |
126126
| T | Tcl†, Terraform, TeX†, Textile†, Todo.txt, TOML, TypeScript, TypescriptReact, Typst |
127-
| V | Varlink, Verilog, VimL, Vue, Vyper |
127+
| V | Varlink, Verilog, VHDL, VimL, Vue, Vyper |
128128
| W | WGSL |
129129
| X | XML† |
130130
| Y | YAML† |

bat

Submodule bat updated 110 files
1.13 KB
Binary file not shown.

generated/acknowledgements_full.md

Lines changed: 794 additions & 10 deletions
Large diffs are not rendered by default.
21.2 KB
Binary file not shown.
21.2 KB
Binary file not shown.
21.3 KB
Binary file not shown.
21.2 KB
Binary file not shown.

generated/themes.bin

622 Bytes
Binary file not shown.

src/lib.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,11 +77,11 @@
7777
//!
7878
//! | function | `two-face` (KiB) | `syntect` (KiB) |
7979
//! | ---: | ---: | ---: |
80-
//! | [`acknowledgement::listing()`] | 10 | - |
81-
//! | [`syntax::extra_newlines()`] (onig) | 939 | 360 |
82-
//! | ^^ (fancy) | 884 | ^^ |
83-
//! | [`syntax::extra_no_newlines()`] (onig) | 938 | 359 |
84-
//! | ^^ (fancy) | 883 | ^^ |
80+
//! | [`acknowledgement::listing()`] | 11 | - |
81+
//! | [`syntax::extra_newlines()`] (onig) | 961 | 360 |
82+
//! | ^^ (fancy) | 905 | ^^ |
83+
//! | [`syntax::extra_no_newlines()`] (onig) | 959 | 359 |
84+
//! | ^^ (fancy) | 904 | ^^ |
8585
//! | [`theme::extra()`] | 62 | 5 |
8686
//!
8787
//! In short the syntax definitions are the real chonky part, and if you're
@@ -117,7 +117,7 @@
117117
//! | R | R†, Racket, Rd†, Rego, Regular Expression†, Requirements.txt, reStructuredText†, Robot Framework, Ruby†, Ruby Haml†, Ruby on Rails†, Ruby Slim, Rust† |
118118
//! | S | Sass\*, Scala†, SCSS, Salt State SLS\*, SML, Solidity, SQL†, Strace, Stylus, Svelte, Swift, SystemVerilog |
119119
//! | T | Tcl†, Terraform, TeX†, Textile†, Todo.txt, TOML, TypeScript, TypescriptReact, Typst |
120-
//! | V | Varlink, Verilog, VimL, Vue, Vyper |
120+
//! | V | Varlink, Verilog, VHDL, VimL, Vue, Vyper |
121121
//! | W | WGSL |
122122
//! | X | XML† |
123123
//! | Y | YAML† |

0 commit comments

Comments
 (0)