mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-14 21:43:04 +00:00
8 lines
179 B
Plaintext
8 lines
179 B
Plaintext
#name : -module().
|
|
#contributor : hitesh <hitesh.jasani@gmail.com>
|
|
# --
|
|
-module(${1:$(file-name-nondirectory
|
|
(file-name-sans-extension (buffer-file-name)))}).
|
|
$0
|
|
|