init
This commit is contained in:
8
snippets/coq-mode/misc/match.yasnippet
Normal file
8
snippets/coq-mode/misc/match.yasnippet
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: match
|
||||
# group: misc
|
||||
# name: match
|
||||
# --
|
||||
match $1 with
|
||||
| $0 =>
|
||||
end
|
||||
Reference in New Issue
Block a user