Skip to content

Commit

Permalink
fix: make esupports.metagen work with V3 parser
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Oct 4, 2023
1 parent e3c9120 commit 9463c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/neorg/modules/core/esupports/metagen/module.lua
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ module.public = {
local query = utils.ts_parse_query(
"norg",
[[
(ranged_verbatim_tag
(verbatim_ranged_tag
(tag_name) @name
(#eq? @name "document.meta")
) @meta
Expand Down

0 comments on commit 9463c7a

Please sign in to comment.