Commit fdcc2d1
committed
Make bullet list item styles configurable
This commit introduces a new option `g:bullets_list_item_styles` to
specify a list of regexes that match valid bullet point characters to
be recognized by bullets.vim.
The default is the same as the currently hardcoded list.
This commit only introduces this configurability for bullet list items
as this may be the most useful bullet item type to have configurability.
It may be considered to provide this configurability for the other bullet
item types, too (like checkbox list items, etc.).1 parent 39d9027 commit fdcc2d1
1 file changed
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
60 | 66 | | |
61 | 67 | | |
62 | 68 | | |
| |||
248 | 254 | | |
249 | 255 | | |
250 | 256 | | |
251 | | - | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
252 | 260 | | |
253 | 261 | | |
254 | 262 | | |
| |||
0 commit comments