init
This commit is contained in:
10
snippets/dix-mode/choose
Normal file
10
snippets/dix-mode/choose
Normal file
@@ -0,0 +1,10 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: <choose><when><test> elements
|
||||
# key: c
|
||||
# condition: (progn (backward-char 1) (dix-transfer-enclosing-allows "choose"))
|
||||
# binding: direct-keybinding
|
||||
# --
|
||||
<choose><when>
|
||||
<test><equal>$0</equal></test>
|
||||
|
||||
</when></choose>
|
||||
Reference in New Issue
Block a user