mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
feat: add shell script file extensions to source file detection
This commit is contained in:
parent
ecf8617246
commit
33d77f4355
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ from watchfiles import watch
|
|||
|
||||
from aider.dump import dump # noqa
|
||||
|
||||
|
||||
# add .zsh, .zshrc. and the various dotfiles for bash, etc ai!
|
||||
def is_source_file(path: Path) -> bool:
|
||||
"""
|
||||
Check if a file is a source file that uses # or // style comments.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue