confi-emacs-actual/snippets/js-mode/const
2022-03-29 19:21:13 -04:00

6 lines
104 B
Plaintext

# -*- mode: snippet -*-
# name: const ... = ...;
# key: con
# uuid: con
# --
const ${1:name} = ${0:`%`};