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
}