hrsh7th / vim-vsnip

Snippet plugin for vim/nvim that supports LSP/VSCode's snippet format.
MIT License
876 stars 37 forks source link

Snippets #235

Closed bryant-the-coder closed 2 years ago

bryant-the-coder commented 2 years ago

How can I create a snippet for the following:

$black: #000000

This snippet is used for scss... is it possible to create this?

hrsh7th commented 2 years ago

You can escape by \\.

bryant-the-coder commented 2 years ago

can show an example?