quangnguyen30192 / cmp-nvim-ultisnips

nvim-cmp source for ultisnips
Apache License 2.0
144 stars 19 forks source link

Feat: add support for regular expression snippets #59

Closed smjonas closed 2 years ago

smjonas commented 2 years ago

These are snippets with the 'r' option. Only enabled when show_snippets is set to "expandable".


We basically get this for free :) Don't know why I didn't think of this sooner :laughing:

Example for the following snippet:

snippet "(R|r)e?ge?x!+" "A regex snippet" r
The snippet value
endsnippet

cmpu_regex