Skip to content

Commit ba4c454

Browse files
committedApr 15, 2014
add default comment and uncomment snippets
Signed-off-by: David Picard <picard@ensea.fr>
1 parent a512b52 commit ba4c454

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎data/snippets/snippets.cfg

+5
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,8 @@ snippet frac,,Fraction
184184
\frac{$1}{$2}$0
185185
snippet cbrace,,Curly braces
186186
\left \{ $1 \right \}$0
187+
snippet cm,<Primary>r,comment
188+
$COMMENT
189+
snippet ucm,<Primary>t,uncomment
190+
$UNCOMMENT
191+

0 commit comments

Comments
 (0)
Please sign in to comment.