Add kp19pp snippet.
This commit is contained in:
parent
f25adadc50
commit
4f32b4f856
21
autoload/neosnippet/snippets/kp19pp.snip
Normal file
21
autoload/neosnippet/snippets/kp19pp.snip
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
snippet token_desc
|
||||||
|
options head
|
||||||
|
<token_desc> token{
|
||||||
|
${0:TARGET}
|
||||||
|
}
|
||||||
|
|
||||||
|
snippet left
|
||||||
|
options head
|
||||||
|
<left>{
|
||||||
|
${0:TARGET}
|
||||||
|
}
|
||||||
|
|
||||||
|
snippet grammar
|
||||||
|
options head
|
||||||
|
<grammar> grammar{
|
||||||
|
E<${1}>
|
||||||
|
: [${2}] ${3}
|
||||||
|
;
|
||||||
|
}
|
||||||
|
|
||||||
|
# vim: noexpandtab :
|
Loading…
Reference in New Issue
Block a user