Skip to content

Instantly share code, notes, and snippets.

@gko
Created May 22, 2020 08:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gko/52605f3466eb695658f65d850eeab04b to your computer and use it in GitHub Desktop.
Save gko/52605f3466eb695658f65d850eeab04b to your computer and use it in GitHub Desktop.
show highlight under cursor
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