Compare commits

..

No commits in common. "251fc88b648115f83508b47d7215946f90338668" and "1f7294581f367736da4cc436c07bf8dd49ea4905" have entirely different histories.

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|mill) %{ hook global BufCreate .*[.](sc|sbt) %{
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" "build.mill" ]; roots = [ "build.sbt" "build.sc" ];
settings_section = "metals"; settings_section = "metals";
settings.metals = { settings.metals = {
enableSemanticHighlighting = true; enableSemanticHighlighting = true;