vim-syntastic / syntastic

Syntax checking hacks for vim
Do What The F*ck You Want To Public License
11.31k stars 1.14k forks source link

How highlight full word (not line) warning or error in code? #2393

Closed G28XYZ closed 2 years ago

G28XYZ commented 2 years ago

Hello ! :) r8iqopaef1581

https://preview.redd.it/r8iqopaef1581.png?width=2294&format=png&auto=webp&s=e54546460e0face0719f9bef88920f93cbde8a95

Thank you for attention! :)

lcd047 commented 2 years ago

Please note that syntastic is dead, you might consider switching to ALE instead. If you still want this feature you'll need to write the relevant GetHighlightRegex() function. Depending on the linter you want to change this may be trivial or more involved.

G28XYZ commented 2 years ago

Thanks I'll try to use this function for now. And I can go to ALE at any time.