vim-minisnip icon indicating copy to clipboard operation
vim-minisnip copied to clipboard

Syntax highlight snippets files

Open gpanders opened this issue 5 years ago • 0 comments

A snippets file named _sh_test will be highlighted as a .sh file, while a snippet file named _python_foobar will be highlighted as a python file.

Snippets with no filetype (e.g. test) will not use any syntax highlighting.

This option can be disabled with let g:minisnip_nested_syntax = 0

gpanders avatar Nov 13 '19 18:11 gpanders