mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-13 00:44:18 +00:00
Added several snippets for erlang-mode. Thanks hitesh
This commit is contained in:
7
snippets/text-mode/erlang-mode/mod
Normal file
7
snippets/text-mode/erlang-mode/mod
Normal file
@@ -0,0 +1,7 @@
|
||||
#name : -module().
|
||||
#contributor : hitesh <hitesh.jasani@gmail.com>
|
||||
# --
|
||||
-module(${1:$(file-name-nondirectory
|
||||
(file-name-sans-extension (buffer-file-name)))}).
|
||||
$0
|
||||
|
||||
Reference in New Issue
Block a user