mirror of
https://github.com/joaotavora/yasnippet.git
synced 2026-05-05 23:28:19 +00:00
6ce6b24f52
The previous commit broke these snippets by enabling
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
# name: Ordered List
|
|
# contributor: Peng Deng <dengpeng@gmail.com>
|
|
# key: ol
|
|
# --
|
|
${1:1}. ${2:Text}
|
|
${1:$(number-to-string (1+ (string-to-number yas-text)))}. $0 |