Reputation: 870
I want to disable highlighting occurrences but preserve highlighting matching tags. At the moment when I set occurrencesHighlight: false it stops highlighting occurrences but at the same time stops highlighting opening and closing tags.
Upvotes: 0
Views: 123
Reputation: 67473
"editor.occurrencesHighlight": false,
"[html]": {
"editor.occurrencesHighlight": true
}
Upvotes: 2