Add A,B:Type Syntax to Ultisnips function snippet
This commit is contained in:
@@ -21,3 +21,10 @@ endsnippet
|
||||
snippet -- "Add multiline comment" A
|
||||
(* $1 *)$0
|
||||
endsnippet
|
||||
|
||||
snippet begin "Create Code Block" b
|
||||
begin
|
||||
$1
|
||||
end;
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user