Skip to content

Commit ee1fc74

Browse files
committed
Enable embedded language syntax highlighting in Java editor by default
1 parent 8da0cb8 commit ee1fc74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eclipse-distribution/org.springframework.boot.ide.branding/plugin_customization.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,3 +59,6 @@ org.jboss.tools.maven.apt/org.jboss.tools.maven.apt.mode=jdt_apt
5959

6060
# Disable WTP validations
6161
org.eclipse.wst.validation/suspend=true
62+
63+
# Enable Semantic Tokens via LSP in Java Editor
64+
org.eclipse.lsp4e.jdt/semanticHighlightReconciler.java.enabled=true

0 commit comments

Comments
 (0)