Skip to content

Instantly share code, notes, and snippets.

@gzagatti
Created June 5, 2018 04:08
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 gzagatti/d0ceb1da3d62c320034232fbdd2c4b7b to your computer and use it in GitHub Desktop.
Save gzagatti/d0ceb1da3d62c320034232fbdd2c4b7b to your computer and use it in GitHub Desktop.
Figure out within which syntax group we are
" from https://github.com/suy/vim-context-commentstring/blob/master/doc/context-commentstring.txt
echo map(synstack(line('.'), col('.')), 'synIDattr(v:val, "name")')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment