1
Fork 0

Add miros support!

This commit is contained in:
prescientmoon 2024-04-16 23:25:20 +02:00
parent 5652b531ba
commit 1ed3a529c9
Signed by: prescientmoon
SSH key fingerprint: SHA256:UUF9JT2s8Xfyv76b8ZuVL7XrmimH4o49p4b+iexbVH4
26 changed files with 910 additions and 1153 deletions
home/features/neovim/snippets

View 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 \⋄