Skip to content

Commit 7bc9860

Browse files
committed
feat: add new tags component as tags completion regex
1 parent e7fd42c commit 7bc9860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/regexes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const viewsCompletionRegex = /(?<=@include\(['"]|@layout\(['"]|@!componen
2424
* to suggest completions
2525
*/
2626
export const edgeComponentsAsTagsCompletionRegex =
27-
/@!?(?!include|includeIf|set|can|unless|svg|let|eval|inject|!component|if|elseif|else|vite|entryPointScripts|entryPointStyles|each|assign|debugger|component|slot|newError)(.+)?\(?/g
27+
/@!?(?!include|includeIf|set|can|unless|svg|let|eval|inject|stack|dd|dump|pushTo|pushOnceTo|!component|if|elseif|else|vite|entryPointScripts|entryPointStyles|each|assign|debugger|component|slot|newError)(.+)?\(?/g
2828

2929
/**
3030
* Check if we are currently inside a view link and capture the user input to suggest completions

0 commit comments

Comments
 (0)