mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-21 21:04:59 +00:00
fix ruby with ts 0.23
This commit is contained in:
parent
101f7de889
commit
0e65ddee37
2 changed files with 19 additions and 2 deletions
|
@ -291,10 +291,10 @@ class TestRepoMapAllLanguages(unittest.TestCase):
|
|||
"java": ("java", "Greeting"),
|
||||
"javascript": ("js", "Person"),
|
||||
"kotlin": ("kt", "Greeting"),
|
||||
"ocaml": ("ml", "Greeter"),
|
||||
# "ocaml": ("ml", "Greeter"), # not supported in tsl-pack (yet?)
|
||||
"php": ("php", "greet"),
|
||||
"python": ("py", "Person"),
|
||||
"ql": ("ql", "greet"),
|
||||
# "ql": ("ql", "greet"), # not supported in tsl-pack (yet?)
|
||||
"ruby": ("rb", "greet"),
|
||||
"rust": ("rs", "Person"),
|
||||
"typescript": ("ts", "greet"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue