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 add-highlighter buffer/ wrap
} }
hook global BufCreate .*[.](sc|sbt) %{ hook global BufCreate .*[.](sc|sbt|mill) %{
set-option buffer filetype scala set-option buffer filetype scala
} }

View file

@ -130,7 +130,7 @@ let
metals = { metals = {
command = "metals"; command = "metals";
filetypes = [ "scala" ]; filetypes = [ "scala" ];
roots = [ "build.sbt" "build.sc" ]; roots = [ "build.sbt" "build.sc" "build.mill" ];
settings_section = "metals"; settings_section = "metals";
settings.metals = { settings.metals = {
enableSemanticHighlighting = true; enableSemanticHighlighting = true;