Skip to content
Commit 53be2c19 authored by Waqar Ahmed's avatar Waqar Ahmed Committed by Christoph Cullmann
Browse files

LSP: Fix Ctrl + click underline highlighting broken in #include context

Current in a #include <some/file.h> if you ctrl + click, you get
underline under "some" or "file" and not even "file.h" which makes it
look very weird and as if "some" is something else and "file.h" is
something else, when infact they form one thing and point to one thing.
This change fixes this by expanding the range to include everything
between <> or "".
parent b5bc576b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment