Skip to content

Commit

Permalink
feat: Add pattern for paragraph matching
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewvincent committed Jun 19, 2024
1 parent 8362479 commit dcced74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mkdnflow/foldtext.lua
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ M.default_count_opts = {
par = {
icon = M.object_icons[icon_set].par,
count_method = {
pattern = {},
pattern = { '\n%s*\n%a' },
tally = 'global_matches',
},
},
Expand Down

0 comments on commit dcced74

Please sign in to comment.