From 87aed074822832c421106eb1cda59d5aa6dd7626 Mon Sep 17 00:00:00 2001 From: Natsu Kagami Date: Sun, 15 Oct 2023 13:11:54 +0200 Subject: [PATCH] Set .sbt files as having scala syntax --- home/kakoune/kakrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/kakoune/kakrc b/home/kakoune/kakrc index 8690e0c..446d099 100644 --- a/home/kakoune/kakrc +++ b/home/kakoune/kakrc @@ -201,7 +201,7 @@ hook global BufCreate .*[.]md %{ add-highlighter buffer/ wrap } -hook global BufCreate .*[.]sc %{ +hook global BufCreate .*[.](sc|sbt) %{ set-option buffer filetype scala }