mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 14:55:00 +00:00
feat: Add Lua language support to TestRepoMapAllLanguages
This commit is contained in:
parent
d74068464d
commit
b54d800024
2 changed files with 26 additions and 0 deletions
|
@ -294,6 +294,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
"java": ("java", "Greeting"),
|
||||
"javascript": ("js", "Person"),
|
||||
"kotlin": ("kt", "Greeting"),
|
||||
"lua": ("lua", "greet"),
|
||||
# "ocaml": ("ml", "Greeter"), # not supported in tsl-pack (yet?)
|
||||
"php": ("php", "greet"),
|
||||
"python": ("py", "Person"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue