Skip to content

Commit 0580416

Browse files
committed
lint
1 parent 431bf78 commit 0580416

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

plugs/index/tags.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,6 @@ export async function frontmatterTagComplete(completeEvent: CompleteEvent) {
143143
prefix = listItemMatch[1];
144144
}
145145

146-
// Strip # prefix if present (frontmatter tags can use #tag syntax)
147-
const cleanPrefix = prefix.replace(/^#/, "");
148-
149146
const allTags: string[] = await index.queryLuaObjects<string>("tag", {
150147
distinct: true,
151148
select: { type: "Variable", name: "name", ctx: {} as any },

0 commit comments

Comments
 (0)