Created
May 22, 2020 08:43
-
-
Save gko/52605f3466eb695658f65d850eeab04b to your computer and use it in GitHub Desktop.
show highlight under cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "hi<" . synIDattr(synID(line("."),col("."),1),"name") . '> trans<' . synIDattr(synID(line("."),col("."),0),"name") . "> lo<" . synIDattr(synIDtrans(synID(line("."),col("."),1)),"name") . ">" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment