My personal configuration files for Doom emacs
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

8 lines
195 B

  1. # -*- mode: snippet -*-
  2. # name: Bold Comment
  3. # key: bc
  4. # condition: t
  5. # --
  6. // ${1:$(make-string (string-width yas-text) ?\=)}
  7. // ${1:comment}
  8. // ${1:$(make-string (string-width yas-text) ?\=)}
  9. $0