You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @damithc I think this was the intended behaviour when this feature was introduced in #1478 by @ryoarmanda. Making this correction to include leading spaces would be a breaking change since users would have to adjust their spacing accordingly. Is the use case for this important?
Hi @damithc I think this was the intended behaviour when this feature was introduced in #1478 by @ryoarmanda. Making this correction to include leading spaces would be a breaking change since users would have to adjust their spacing accordingly. Is the use case for this important?
@yucheng11122017 Ah, I see. I guess we can look for a way to support the requested behaviour in an non-breaking way, or introduce it as a breaking change together with a major release.
Context: I was trying to highlight these leading spaces, but was not able to.
Consider the following code:
Expected: highlight
ab
and the two spaces in frontActual: highlights
abcd
So, it seems the current counting doesn't include leading spaces.
The text was updated successfully, but these errors were encountered: