FG
💻 Software

Vim syntax highlighting: how to stop the automatic underlining of <a href=..>?

Fresh5 days ago
Mar 15, 20264635 views
Confidence Score0%
0%

Problem

When I type a HTML element a, there is always a underline. I want to stop this, but do not know how? I'm talking about the vim syntax highlight.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Vim syntax highlighting: how to stop the automatic underlining of <a href=..>?

Low Risk

Make a copy of the syntax highlighting definition. Find this line: (should be around line 248) To disable styling completely, comment out the line (prefix with a double-quote). To change appearance, replace the part with a different highlight defini…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment