Install yasnippet and vala-snippets packages
This commit is contained in:
8
elpa/yasnippet-20160924.2001/snippets/cc-mode/case
Normal file
8
elpa/yasnippet-20160924.2001/snippets/cc-mode/case
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name : case : {...}
|
||||
# key: case
|
||||
# --
|
||||
`(indent-region (- (point) 20) (+ (point) 20) nil)`case ${2:constexpr}:${3: \{}
|
||||
$0
|
||||
break;
|
||||
${3:$(if (string-match "\{" yas-text) "\}" "")}
|
Reference in New Issue
Block a user