Add miros support!
This commit is contained in:
parent
5652b531ba
commit
1ed3a529c9
26 changed files with 910 additions and 1153 deletions
home/features/neovim/snippets
31
home/features/neovim/snippets/miros.miros
Normal file
31
home/features/neovim/snippets/miros.miros
Normal file
|
@ -0,0 +1,31 @@
|
|||
block auto start
|
||||
string for
|
||||
snip
|
||||
for $1 <- $|2⟨\@\⟨$2\⟩,$2⟩
|
||||
$0
|
||||
|
||||
for kind <- @⟨string,pattern⟩
|
||||
string @⟨@kind:s,p⟩snip
|
||||
snip
|
||||
@kind $1
|
||||
name $2
|
||||
snip $3
|
||||
|
||||
$0
|
||||
|
||||
block auto !word
|
||||
string choice
|
||||
name choice node
|
||||
snip \$|$1⟨$2\⟩$0
|
||||
|
||||
string nonempty
|
||||
name nonempty node
|
||||
snip \$?$1⟨$2\⟩$0
|
||||
|
||||
string arrin
|
||||
name array index
|
||||
snip \@\⟨\@$1:$2\⟩
|
||||
|
||||
string nil
|
||||
name ignore symbol
|
||||
snip \⋄
|
Loading…
Add table
Add a link
Reference in a new issue