aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGithub Actions <actions@github>2023-11-27 17:11:39 +0000
committerGithub Actions <actions@github>2023-11-27 17:11:39 +0000
commitd763ad5be9ed39e75945130abc294e997e035a16 (patch)
tree3c0f7eddf4dd11c7d97794a1a98756b7ad91684f
parente8c8683a00fb932dfe669e1c96832da12b8054bd (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 5741951..1c484a5 100644
--- a/README.md
+++ b/README.md
@@ -260,6 +260,7 @@ You can view this list in vim with `:help conform-formatters`
- [shellharden](https://github.com/anordal/shellharden) - The corrective bash syntax highlighter.
- [shfmt](https://github.com/mvdan/sh) - A shell parser, formatter, and interpreter with `bash` support.
- [sql_formatter](https://github.com/sql-formatter-org/sql-formatter) - A whitespace formatter for different query languages.
+- [sqlfluff](https://github.com/sqlfluff/sqlfluff) - A modular SQL linter and auto-formatter with support for multiple dialects and templated code.
- [squeeze_blanks](https://www.gnu.org/software/coreutils/manual/html_node/cat-invocation.html#cat-invocation) - Squeeze repeated blank lines into a single blank line via `cat -s`.
- [standardjs](https://standardjs.com) - JavaScript Standard style guide, linter, and formatter.
- [standardrb](https://github.com/standardrb/standard) - Ruby's bikeshed-proof linter and formatter.
diff --git a/doc/conform.txt b/doc/conform.txt
index a34d5df..1d76072 100644
--- a/doc/conform.txt
+++ b/doc/conform.txt
@@ -291,6 +291,8 @@ FORMATTERS *conform-formatter
`shellharden` - The corrective bash syntax highlighter.
`shfmt` - A shell parser, formatter, and interpreter with `bash` support.
`sql_formatter` - A whitespace formatter for different query languages.
+`sqlfluff` - A modular SQL linter and auto-formatter with support for multiple
+ dialects and templated code.
`squeeze_blanks` - Squeeze repeated blank lines into a single blank line via
`cat -s`.
`standardjs` - JavaScript Standard style guide, linter, and formatter.