Skip to content

Commit

Permalink
Enable semantic highlighting by Ruby LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Oct 15, 2024
1 parent c16a19e commit 00445b2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@
"editor.insertSpaces": true, // Use spaces, not tabs, to avoid errors for learners
"editor.renderWhitespace": "none",
"[ruby]": {
"editor.defaultFormatter": "castwide.solargraph"
"editor.defaultFormatter": "castwide.solargraph",
"editor.semanticHighlighting.enabled": true, // Enable semantic highlighting
},
"files.associations": { "*.erb": "erb" },
"emmet.includeLanguages": { "erb": "html" },
Expand Down

0 comments on commit 00445b2

Please sign in to comment.