Merge remote-tracking branch 'origin/master' into kakoune-package
This commit is contained in:
commit
251fc88b64
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -130,7 +130,7 @@ let
|
|||
metals = {
|
||||
command = "metals";
|
||||
filetypes = [ "scala" ];
|
||||
roots = [ "build.sbt" "build.sc" ];
|
||||
roots = [ "build.sbt" "build.sc" "build.mill" ];
|
||||
settings_section = "metals";
|
||||
settings.metals = {
|
||||
enableSemanticHighlighting = true;
|
||||
|
|
Loading…
Reference in a new issue