
2019.05.15
+ snippet, last called from menu, is suggested on next menu show

2018.12.27
- fix: .cuda-snips with line
  nnn '\\${0:}'
  was not handled Ok

2018.12.17
+ added macro ${cmt_start}
+ added macro ${cmt_end}
+ added macro ${cmt_line}

2018.08.30
+ refactored

2018.04.24
- advance .cuda-snips format, allow empty snippet id
- fix for .cuda-snips format

2018.04.20
+ added new format of snippet files - .cuda-snips, each file has several lines in format:
  id /L="lexer" /N="name" text text

2018.04.13
+ allow snippet name before other chars (and word-chars)
+ allow $ char in snippet name

2018.03.16
+ allow snippet files have extension .cuda-snippet

2018.01.29
- fix: must allow chars )]} after snippet name

2017.07.18
- avoid using deprecated API

2016.10.04
+ if snippet misses tab-stops, caret placed to end
- fix: if no lexers in snippet, it must be available for all lexers

2016.08.02
- fix for nested insert-points ${ ${} }

2016.07.20
+ allows multi-line def text of insert-points (for complex snippets)

1.1.0
+ allows insert-point indexes 0..40
+ allows nested (1 level) insert-points

1.0.4 (feb 2016)
+ cache list of snippets per lexer, faster

1.0.3
+ support macro ${date}
+ show menu for N snippets for one snippet id

1.0.1
+ support macros ${sel} ${cp} ${fname}

1.0.0 (nov 2015)
init

