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

6 lines
77 B
Plaintext
Raw Normal View History

2022-03-30 01:21:13 +02:00
# -*- mode: snippet -*-
# name: return ...
# key: r
# uuid: r
# --
return $0;