Skip to content

Commit 8d4142a

Browse files
docs: tidy up some docs
1 parent 8d70284 commit 8d4142a

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

LICENSE-APACHE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work.
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2025 The `two-face` developers
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

LICENSE-MIT

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2023-2023 The `two-face` developers (https://github.com/CosmicHorrorDev/two-face).
3+
Copyright (c) 2023-2025 The `two-face` developers (https://github.com/CosmicHorrorDev/two-face).
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
[![build status](https://img.shields.io/github/actions/workflow/status/CosmicHorrorDev/two-face/CI.yml?branch=main)](https://github.com/CosmicHorrorDev/two-face/actions)
44
[![Crates.io](https://img.shields.io/crates/v/two-face.svg)](https://crates.io/crates/two-face)
5+
[![Documentation](https://img.shields.io/docsrs/two-face/latest)](https://docs.rs/two-face/latest/two-face/)
56
[![codecov](https://codecov.io/gh/CosmicHorrorDev/two-face/graph/badge.svg?token=MUORSBCHF2)](https://codecov.io/gh/CosmicHorrorDev/two-face)
67

78
Extra syntax and theme definitions for
@@ -89,7 +90,7 @@ For reference here are the sizes associated with their different functions
8990
| [`theme::extra()`](https://docs.rs/two-face/latest/two_face/theme/index.html) | 61 | 5 |
9091

9192
In short the syntax definitions are the real chonky part, and if you're
92-
switching from `syntect` to `two-face`, then you can expect a ~0.5MiB increase
93+
switching from `syntect` to `two-face`, then you can expect a ~0.6MiB increase
9394
in binary size from them (in exchange for _a lot_ of syntax definitions)
9495

9596
## Syntaxes
@@ -113,7 +114,7 @@ The full listing of all syntaxes included in [`two_face::syntax`](https://docs.r
113114
| J | Java†, Javadoc†, Java Server Page (JSP)†, JavaScript†, JavaScript (Babel)\*, Jinja2, JQ, JSON†, Julia |
114115
| K | Kotlin |
115116
| L | LaTeX†, LaTeX Log†, Lean, LESS, Lisp†, Literate Haskell†, LiveScript, LLVM, Lua† |
116-
| M | Makefile†, Manpage, Markdown†, MATLAB†, Mediawiki, MutliMarkdown|
117+
| M | Makefile†, Manpage, Markdown†, MATLAB†, Mediawiki, MultiMarkdown|
117118
| N | NAnt Build File†, Nginx, Nim, Ninja, Nix, NSIS |
118119
| O | Objective-C†, Objective-C++†, OCaml†, OCamllex†, OCamlyacc†, Odin, Org Mode |
119120
| P | Pascal†, Perl†, PHP†, PowerShell\*, Protobuf, Puppet, PureScript, Python† |

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
//! | [`theme::extra()`] | 61 | 5 |
8686
//!
8787
//! In short the syntax definitions are the real chonky part, and if you're
88-
//! switching from `syntect` to `two-face`, then you can expect a ~0.5MiB increase
88+
//! switching from `syntect` to `two-face`, then you can expect a ~0.6MiB increase
8989
//! in binary size from them (in exchange for _a lot_ of syntax definitions)
9090
//!
9191
//! ## Syntaxes
@@ -109,7 +109,7 @@
109109
//! | J | Java†, Javadoc†, Java Server Page (JSP)†, JavaScript†, JavaScript (Babel)\*, Jinja2, JQ, JSON†, Julia |
110110
//! | K | Kotlin |
111111
//! | L | LaTeX†, LaTeX Log†, Lean, LESS, Lisp†, Literate Haskell†, LiveScript\*, LLVM, Lua† |
112-
//! | M | Makefile†, Manpage, Markdown†, MATLAB†, Mediawiki, MutliMarkdown† |
112+
//! | M | Makefile†, Manpage, Markdown†, MATLAB†, Mediawiki, MultiMarkdown† |
113113
//! | N | NAnt Build File†, Nginx, Nim, Ninja, Nix, NSIS |
114114
//! | O | Objective-C†, Objective-C++†, OCaml†, OCamllex†, OCamlyacc†, Odin, Org Mode |
115115
//! | P | Pascal†, Perl†, PHP†, PowerShell\*, Protobuf, Puppet, PureScript, Python† |

0 commit comments

Comments
 (0)