mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-16 10:24:18 +00:00
removed mode-name prefix on trigger keys
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#name : if ... -> ... ; true -> ... end
|
||||
# key: erlang-modeif
|
||||
# key: if
|
||||
# --
|
||||
if
|
||||
$1 -> $2;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#name : -ifdef(...). ... -endif.
|
||||
# key: erlang-modeifdef
|
||||
# key: ifdef
|
||||
# --
|
||||
-ifdef($1).
|
||||
$0
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#name : -ifndef(...). ... -endif.
|
||||
# key: erlang-modeifndef
|
||||
# key: ifndef
|
||||
# --
|
||||
-ifndef($1).
|
||||
$0
|
||||
|
||||
Reference in New Issue
Block a user