aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2024-02-03 00:02:27 +0000
committerGithub Actions <actions@github>2024-02-03 00:02:27 +0000
commit8c71a73e47a597d3ec25ebb50492e02be6f3c57d (patch)
tree1b960e73edcf1657aaeca80d47d89782669c104b
parent5a71b6064ec6ecf0fff91af67e95200aae9e9562 (diff)
[docgen] Update docs
skip-checks: true
-rw-r--r--README.md1
-rw-r--r--doc/conform.txt2
2 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 76498ee..58090ae 100644
--- a/README.md
+++ b/README.md
@@ -188,6 +188,7 @@ You can view this list in vim with `:help conform-formatters`
- [beautysh](https://github.com/lovesegfault/beautysh) - A Bash beautifier for the masses.
- [bibtex-tidy](https://github.com/FlamingTempura/bibtex-tidy) - Cleaner and Formatter for BibTeX files.
- [biome](https://github.com/biomejs/biome) - A toolchain for web projects, aimed to provide functionalities to maintain them.
+- [biome-check](https://github.com/biomejs/biome) - A toolchain for web projects, aimed to provide functionalities to maintain them.
- [black](https://github.com/psf/black) - The uncompromising Python code formatter.
- [blade-formatter](https://github.com/shufo/blade-formatter) - An opinionated blade template formatter for Laravel that respects readability.
- [blue](https://github.com/grantjenks/blue) - The slightly less uncompromising Python code formatter.
diff --git a/doc/conform.txt b/doc/conform.txt
index f9ffaf6..5ec31a7 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -190,6 +190,8 @@ FORMATTERS *conform-formatter
`bibtex-tidy` - Cleaner and Formatter for BibTeX files.
`biome` - A toolchain for web projects, aimed to provide functionalities to
maintain them.
+`biome-check` - A toolchain for web projects, aimed to provide functionalities
+ to maintain them.
`black` - The uncompromising Python code formatter.
`blade-formatter` - An opinionated blade template formatter for Laravel that
respects readability.