Merge remote-tracking branch 'origin/master' into kakoune-package

This commit is contained in:
Natsu Kagami 2024-11-29 14:48:09 +01:00
commit 251fc88b64
Signed by: nki
GPG key ID: 55A032EB38B49ADB
2 changed files with 2 additions and 2 deletions

View file

@ -162,7 +162,7 @@ hook global BufCreate .*[.]md %{
add-highlighter buffer/ wrap
}
hook global BufCreate .*[.](sc|sbt) %{
hook global BufCreate .*[.](sc|sbt|mill) %{
set-option buffer filetype scala
}