We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d12a9 commit f03e5a5Copy full SHA for f03e5a5
snippets/dix-mode/s
@@ -3,7 +3,7 @@
3
# key: <s
4
# binding: direct-keybinding
5
# condition: (progn (backward-char 2) (member (dix-enclosing-elt 'noerror) '("l" "r" "i" "g")))
6
-#Note: requires (eval-after-load 'yasnippet '(add-to-list 'yas-key-syntaxes 'dix-yas-skip-backwards-to-key))
7
-#so that you can expand it after regular letter chars
8
# --
+# Note: requires (eval-after-load 'yasnippet '(add-to-list 'yas-key-syntaxes 'dix-yas-skip-backwards-to-key))
+#so that you can expand it after regular letter chars
9
<s n="$1"/>$0
0 commit comments