Skip to content

Commit

Permalink
fix: foreign link completions with item
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas authored and vhyrro committed Jun 7, 2024
1 parent 8ec38e0 commit 8537710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/completion/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ module.public = {
},
},
{ -- foreign link name suggestions `{:path:target}[|]`
regex = "^(.*){:([^:]*):([^}]*)}%[",
regex = "^(.*){:([^:]*):[#$*%^]* ([^}]*)}%[",

complete = module.private.foreign_link_names,

Expand Down

0 comments on commit 8537710

Please sign in to comment.