diff --git a/LICENSE-APACHE b/LICENSE-APACHE index 16fe87b..c30f19c 100644 --- a/LICENSE-APACHE +++ b/LICENSE-APACHE @@ -186,7 +186,7 @@ APPENDIX: How to apply the Apache License to your work. same "printed page" as the copyright notice for easier identification within third-party archives. -Copyright [yyyy] [name of copyright owner] +Copyright 2025 The `two-face` developers Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/LICENSE-MIT b/LICENSE-MIT index 90f6921..8bec9a3 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023-2023 The `two-face` developers (https://github.com/CosmicHorrorDev/two-face). +Copyright (c) 2023-2025 The `two-face` developers (https://github.com/CosmicHorrorDev/two-face). Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index b8c7aef..9c8c3d0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![build status](https://img.shields.io/github/actions/workflow/status/CosmicHorrorDev/two-face/CI.yml?branch=main)](https://github.com/CosmicHorrorDev/two-face/actions) [![Crates.io](https://img.shields.io/crates/v/two-face.svg)](https://crates.io/crates/two-face) +[![Documentation](https://img.shields.io/docsrs/two-face/latest)](https://docs.rs/two-face/latest/two-face/) [![codecov](https://codecov.io/gh/CosmicHorrorDev/two-face/graph/badge.svg?token=MUORSBCHF2)](https://codecov.io/gh/CosmicHorrorDev/two-face) Extra syntax and theme definitions for @@ -89,7 +90,7 @@ For reference here are the sizes associated with their different functions | [`theme::extra()`](https://docs.rs/two-face/latest/two_face/theme/index.html) | 61 | 5 | In short the syntax definitions are the real chonky part, and if you're -switching from `syntect` to `two-face`, then you can expect a ~0.5MiB increase +switching from `syntect` to `two-face`, then you can expect a ~0.6MiB increase in binary size from them (in exchange for _a lot_ of syntax definitions) ## Syntaxes @@ -113,7 +114,7 @@ The full listing of all syntaxes included in [`two_face::syntax`](https://docs.r | J | Java†, Javadoc†, Java Server Page (JSP)†, JavaScript†, JavaScript (Babel)\*, Jinja2, JQ, JSON†, Julia | | K | Kotlin | | L | LaTeX†, LaTeX Log†, Lean, LESS, Lisp†, Literate Haskell†, LiveScript, LLVM, Lua† | -| M | Makefile†, Manpage, Markdown†, MATLAB†, Mediawiki, MutliMarkdown† | +| M | Makefile†, Manpage, Markdown†, MATLAB†, Mediawiki, MultiMarkdown† | | N | NAnt Build File†, Nginx, Nim, Ninja, Nix, NSIS | | O | Objective-C†, Objective-C++†, OCaml†, OCamllex†, OCamlyacc†, Odin, Org Mode | | P | Pascal†, Perl†, PHP†, PowerShell\*, Protobuf, Puppet, PureScript, Python† | diff --git a/src/lib.rs b/src/lib.rs index 7e4c5f4..0c0f958 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -85,7 +85,7 @@ //! | [`theme::extra()`] | 61 | 5 | //! //! In short the syntax definitions are the real chonky part, and if you're -//! switching from `syntect` to `two-face`, then you can expect a ~0.5MiB increase +//! switching from `syntect` to `two-face`, then you can expect a ~0.6MiB increase //! in binary size from them (in exchange for _a lot_ of syntax definitions) //! //! ## Syntaxes @@ -109,7 +109,7 @@ //! | J | Java†, Javadoc†, Java Server Page (JSP)†, JavaScript†, JavaScript (Babel)\*, Jinja2, JQ, JSON†, Julia | //! | K | Kotlin | //! | L | LaTeX†, LaTeX Log†, Lean, LESS, Lisp†, Literate Haskell†, LiveScript\*, LLVM, Lua† | -//! | M | Makefile†, Manpage, Markdown†, MATLAB†, Mediawiki, MutliMarkdown† | +//! | M | Makefile†, Manpage, Markdown†, MATLAB†, Mediawiki, MultiMarkdown† | //! | N | NAnt Build File†, Nginx, Nim, Ninja, Nix, NSIS | //! | O | Objective-C†, Objective-C++†, OCaml†, OCamllex†, OCamlyacc†, Odin, Org Mode | //! | P | Pascal†, Perl†, PHP†, PowerShell\*, Protobuf, Puppet, PureScript, Python† |