From 2e4653ea312dcb69d2453eccaa7c0f873cce6aa5 Mon Sep 17 00:00:00 2001 From: Matthew Toohey Date: Mon, 18 Mar 2024 08:14:10 -0400 Subject: add koka language support (#8727) Co-authored-by: Pascal Kuthe --- languages.toml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'languages.toml') diff --git a/languages.toml b/languages.toml index f0d6771f..85d619b8 100644 --- a/languages.toml +++ b/languages.toml @@ -3230,6 +3230,18 @@ indent = { tab-width = 2, unit = " " } name = "hocon" source = { git = "https://github.com/antosha417/tree-sitter-hocon", rev = "c390f10519ae69fdb03b3e5764f5592fb6924bcc" } +[[language]] +name = "koka" +scope = "source.koka" +injection-regex = "koka" +file-types = ["kk"] +comment-token = "//" +indent = { tab-width = 8, unit = " " } + +[[grammar]] +name = "koka" +source = { git = "https://github.com/mtoohey31/tree-sitter-koka", rev = "2527e152d4b6a79fd50aebd8d0b4b4336c94a034" } + [[language]] name = "tact" scope = "source.tact" -- cgit v1.2.3-70-g09d2