# -*- mode: snippet -*-
|
|
# name: Bold Comment
|
|
# key: bc
|
|
# condition: t
|
|
# --
|
|
// ${1:$(make-string (string-width yas-text) ?\=)}
|
|
// ${1:comment}
|
|
// ${1:$(make-string (string-width yas-text) ?\=)}
|
|
$0
|