diff --git a/LSP-metals.sublime-settings b/LSP-metals.sublime-settings index 20781b1..fc4b7ef 100644 --- a/LSP-metals.sublime-settings +++ b/LSP-metals.sublime-settings @@ -5,8 +5,8 @@ // Optional path to the Java home directory. Requires reloading sublime. "java_home": "", - // Attach to views with base scope source.scala - "selector": "source.scala", + // Attach to views with base scope source.scala or source.java + "selector": "source.scala, source.java", // Optional array of properties to pass along to the Metals server. // Example: `-Dhttps.proxyHost=… -Dhttps.proxyPort=…` or `-Dmetals.statistics=all`