From 514c34b2426f3e70e0aac1f423eb306cbe9479f4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 11 Dec 2024 20:41:24 -0800 Subject: [PATCH] copy --- aider/website/docs/usage/watch.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/aider/website/docs/usage/watch.md b/aider/website/docs/usage/watch.md index 6f34b7bca..c167b5eec 100644 --- a/aider/website/docs/usage/watch.md +++ b/aider/website/docs/usage/watch.md @@ -82,6 +82,19 @@ function factorial(n) { } ``` +## Comment styles + +Aider only watches for these types of **one-liner** comments: + +``` +# Python and bash style +// Javascript style +-- SQL style +``` + +Aider will look for those comment types in all files. +You can use them into any code file you're editing, even if they aren't the +correct comment syntax for that language. ## Multiple uses