mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-13 08:54:19 +00:00
Import snippets for scala-mode and nxml-mode from Anders.
This commit is contained in:
6
snippets/text-mode/nxml-mode/form
Normal file
6
snippets/text-mode/nxml-mode/form
Normal file
@@ -0,0 +1,6 @@
|
||||
#contributor : Anders Bach Nielsen <abachn@abachn.net>
|
||||
#name :<form method="..." action="..."></form>
|
||||
# --
|
||||
<form method="$1" action="$2">
|
||||
$0
|
||||
</form>
|
||||
Reference in New Issue
Block a user