Skip to content

Commit f406b4d

Browse files
committed
Add themis snippets
1 parent d2296c1 commit f406b4d

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

neosnippets/vimspec.snip

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
include vim.snip
2+
3+
snippet suite
4+
options head
5+
function! s:suite.${1}()
6+
${2:TARGET}
7+
call s:assert.equal(${3:expected}, ${4:actual})
8+
endfunction
9+
10+
snippet themis#log (This is an undocumented function)
11+
abbr p
12+
options head
13+
call themis#log(${TARGET})

0 commit comments

Comments
 (0)