init
This commit is contained in:
7
snippets/coq-mode/lookup/check.yasnippet
Normal file
7
snippets/coq-mode/lookup/check.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: C
|
||||
# group: lookup
|
||||
# name: Check
|
||||
# --
|
||||
Check $1.
|
||||
$0
|
||||
7
snippets/coq-mode/lookup/locate.yasnippet
Normal file
7
snippets/coq-mode/lookup/locate.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: L
|
||||
# group: lookup
|
||||
# name: Locate
|
||||
# --
|
||||
Locate "$1".
|
||||
$0
|
||||
7
snippets/coq-mode/lookup/print.yasnippet
Normal file
7
snippets/coq-mode/lookup/print.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: P
|
||||
# group: lookup
|
||||
# name: Print
|
||||
# --
|
||||
Print $1.
|
||||
$0
|
||||
7
snippets/coq-mode/lookup/search.yasnippet
Normal file
7
snippets/coq-mode/lookup/search.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: S
|
||||
# group: lookup
|
||||
# name: Search
|
||||
# --
|
||||
Search $1.
|
||||
$0
|
||||
7
snippets/coq-mode/lookup/searchabout.yasnippet
Normal file
7
snippets/coq-mode/lookup/searchabout.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: SA
|
||||
# group: lookup
|
||||
# name: SearchAbout
|
||||
# --
|
||||
SearchAbout $1.
|
||||
$0
|
||||
7
snippets/coq-mode/lookup/searchpattern.yasnippet
Normal file
7
snippets/coq-mode/lookup/searchpattern.yasnippet
Normal file
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# key: SP
|
||||
# group: lookup
|
||||
# name: SearchPattern
|
||||
# --
|
||||
SearchPattern ($1).
|
||||
$0
|
||||
Reference in New Issue
Block a user