12 lines
299 B
Lua
12 lines
299 B
Lua
---
|
|
--- Add your lua snippets here. Rename this file to match the file type your
|
|
--- snippets are supposed to be availlable for instead of 'all'.
|
|
---
|
|
|
|
return {
|
|
parse(
|
|
{ trig = 'my-snippet', name = 'My Snippet' },
|
|
'The quick brown ${1:fox} jumps over the lazy ${2:dog,cat,elephant}'
|
|
),
|
|
}
|