Skip to content

Commit 34be738

Browse files
committed
docs: change project description
1 parent d95cfed commit 34be738

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<h1 align="center">markup_fmt</h1>
33

44
<p align="center">
5-
markup_fmt is a configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento and XML formatter.
5+
markup_fmt is a configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento, Mustache and XML formatter.
66
</p>
77

88
## Notes for Vue and Svelte Users
@@ -20,7 +20,7 @@ This will make ESLint faster because less rules will be executed.
2020

2121
We've provided [dprint](https://dprint.dev/) integration.
2222

23-
This plugin only formats HTML syntax of your HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento and XML files.
23+
This plugin only formats HTML syntax of your HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento, Mustache and XML files.
2424
You also need other dprint plugins to format the code in `<script>` and `<style>` tags.
2525
You can use [dprint-plugin-typescript](https://github.com/dprint/dprint-plugin-typescript) to
2626
format TypeScript/JavaScript code and [Malva](https://github.com/g-plane/malva) to format CSS/SCSS/Sass/Less code.

markup_fmt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "markup_fmt"
33
version = "0.21.0"
44
edition = "2021"
55
authors = ["Pig Fang <[email protected]>"]
6-
description = "Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento and XML formatter."
6+
description = "Configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento, Mustache and XML formatter."
77
repository = "https://github.com/g-plane/markup_fmt"
88
license = "MIT"
99
exclude = ["/tests"]

markup_fmt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
markup_fmt is a configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento and XML formatter.
1+
markup_fmt is a configurable HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, Vento, Mustache and XML formatter.
22

33
## Basic Usage
44

0 commit comments

Comments
 (0)