feat: Add chatito language support with test fixture

This commit is contained in:
Paul Gauthier (aider) 2025-03-12 14:40:43 -07:00
parent 0b949f47d9
commit 7c1d2d75e0
2 changed files with 21 additions and 0 deletions

View file

@ -305,6 +305,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
"go": ("go", "Greeter"),
"hcl": ("tf", "aws_vpc"),
"arduino": ("ino", "setup"),
"chatito": ("chatito", "intent"),
}
fixtures_dir = Path(__file__).parent.parent / "fixtures" / "languages"