Skip to content

Commit

Permalink
feat(completion): additional detached modifier extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas authored and vhyrro committed Jun 7, 2024
1 parent 708bddf commit 6b02bf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lua/neorg/modules/core/completion/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -456,8 +456,8 @@ module.public = {
completion_start = "@",
},
},
{ -- TODO items `- (|)`
regex = "^%s*%-+%s+%(([x%*%s]?)",
{ -- Detached Modifier Extensions `- (`, `* (`, etc.
regex = "^%s*[%-*$~^]+%s+%(",

complete = {
{ "( ) ", label = "( ) (undone)" },
Expand Down

0 comments on commit 6b02bf1

Please sign in to comment.