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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Hello, I'd like to know if there is some API to know when the cursor is on a matching pair.
What I'd like to do is when the cursor is on a matching pair, I'd like to color the indent guide for that line a certain color.
For example, it could look something like the pink vertical line in this mockup when the cursor is on top of the { character:
I'm using the indent-guide-improved package to highlight the white indent guides for the current block that you see in the screenshot, but I manually added the pink line CSS in element inspector to mock it up.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I'd like to know if there is some API to know when the cursor is on a matching pair.
What I'd like to do is when the cursor is on a matching pair, I'd like to color the indent guide for that line a certain color.
For example, it could look something like the pink vertical line in this mockup when the cursor is on top of the
{
character:I'm using the
indent-guide-improved
package to highlight the white indent guides for the current block that you see in the screenshot, but I manually added the pink line CSS in element inspector to mock it up.The text was updated successfully, but these errors were encountered: