confi-emacs-actual/snippets/js-mode/getElementById

6 lines
153 B
Plaintext

# -*- mode: snippet -*-
# name: getElementById
# key: gebi
# uuid: gebi
# --
`(unless (eq (char-before) ?.) ".")`getElementById(${1:id})`(if (eolp) ";")`