aboutsummaryrefslogtreecommitdiffstats
path: root/lua/conform/formatters/ast-grep.lua
diff options
context:
space:
mode:
Diffstat (limited to 'lua/conform/formatters/ast-grep.lua')
-rw-r--r--lua/conform/formatters/ast-grep.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/conform/formatters/ast-grep.lua b/lua/conform/formatters/ast-grep.lua
index 7e1a1cc..0b47e39 100644
--- a/lua/conform/formatters/ast-grep.lua
+++ b/lua/conform/formatters/ast-grep.lua
@@ -2,7 +2,7 @@
return {
meta = {
url = "https://ast-grep.github.io/",
- description = "A CLI tool for code structural search, lint and rewriting. Written in Rust",
+ description = "A CLI tool for code structural search, lint and rewriting. Written in Rust.",
},
command = "ast-grep",
args = { "scan", "--update-all", "$FILENAME" },