mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 02:50:03 +08:00
6 lines
132 B
Plaintext
Vendored
6 lines
132 B
Plaintext
Vendored
priority -50
|
|
|
|
snippet impq "Qualified import"
|
|
import qualified ${1:Data.Text} as ${0:`!p snip.rv = t[1].split(".")[-1]`}
|
|
endsnippet
|