Set .sbt files as having scala syntax

This commit is contained in:
Natsu Kagami 2023-10-15 13:11:54 +02:00
parent 4feb25745b
commit 87aed07482
Signed by: nki
GPG key ID: 55A032EB38B49ADB

View file

@ -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
}