From 1edebb8505d429ec85c6b0133335198856804458 Mon Sep 17 00:00:00 2001 From: Igor Ramazanov Date: Sat, 30 Dec 2023 19:29:32 +0000 Subject: [PATCH] Update scala.kak to support SBT, ScalaCLI and Ammonite files * https://www.scala-sbt.org/1.x/docs/Directories.html#sbt+build+definition+files * https://scala-cli.virtuslab.org/docs/getting_started#scripting * https://ammonite.io/#ScriptFiles --- rc/filetype/scala.kak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rc/filetype/scala.kak b/rc/filetype/scala.kak index 0822a016..05d7b28e 100644 --- a/rc/filetype/scala.kak +++ b/rc/filetype/scala.kak @@ -4,7 +4,7 @@ # Detection # ‾‾‾‾‾‾‾‾‾ -hook global BufCreate .*[.](scala) %{ +hook global BufCreate .*[.](scala|sbt|sc) %{ set-option buffer filetype scala }