1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-08-17 00:30:26 +03:00
This commit is contained in:
Maxime Coste 2024-01-05 15:21:57 +11:00
commit eed3aa24c1

View File

@ -4,7 +4,7 @@
# Detection
# ‾‾‾‾‾‾‾‾‾
hook global BufCreate .*[.](scala) %{
hook global BufCreate .*[.](scala|sbt|sc) %{
set-option buffer filetype scala
}