Add tags.scm for Kotlin

This commit is contained in:
Paul Walker 2025-01-17 19:33:40 -05:00
parent 6451d59deb
commit 293c350fb7
3 changed files with 44 additions and 0 deletions

View file

@ -290,6 +290,7 @@ class TestRepoMapAllLanguages(unittest.TestCase):
"elixir": ("ex", "Greeter"),
"java": ("java", "Greeting"),
"javascript": ("js", "Person"),
"kotlin": ("kt", "Greeting"),
"ocaml": ("ml", "Greeter"),
"php": ("php", "greet"),
"python": ("py", "Person"),