LuaSnip: Add snippet for markdown question
This commit is contained in:
parent
1326308b68
commit
d74bcda421
1 changed files with 11 additions and 0 deletions
|
|
@ -36,6 +36,17 @@ ls.add_snippets(
|
|||
i(2),
|
||||
}
|
||||
)
|
||||
),
|
||||
s({ trig = "iq", dscr = "Insert question" },
|
||||
fmt(
|
||||
[[
|
||||
❓ #Question {}
|
||||
**Answer**:
|
||||
]],
|
||||
{
|
||||
i(0),
|
||||
}
|
||||
)
|
||||
)
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue