mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00

The format is: # var-name: value Previously snippets used a mixture of the following formatting: #var-name: value #var-name : value # var-name: value # var-name : value
7 lines
206 B
Plaintext
7 lines
206 B
Plaintext
# name: -module().
|
|
# contributor: hitesh <hitesh.jasani@gmail.com>
|
|
# key: mod
|
|
# --
|
|
-module(${1:`(file-name-nondirectory
|
|
(file-name-sans-extension (or (buffer-file-name) (buffer-name))))`}).
|
|
$0 |