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

6 lines
153 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: getElementById
# key: gebi
# uuid: gebi
# --
`(unless (eq (char-before) ?.) ".")`getElementById(${1:id})`(if (eolp) ";")`