Install yasnippet and vala-snippets packages
This commit is contained in:
7
elpa/yasnippet-20160924.2001/snippets/elixir-mode/case
Normal file
7
elpa/yasnippet-20160924.2001/snippets/elixir-mode/case
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: case
|
||||
# key: case
|
||||
# --
|
||||
case $1 do
|
||||
$0
|
||||
end
|
Reference in New Issue
Block a user