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
|
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue