Skip to content

Commit

Permalink
Starred macros come after normal ones
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Sep 20, 2024
1 parent 248c52d commit 097d381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/completion/completer/macro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ function entryCmdToCompletion(item: MacroRaw, packageName?: string, postAction?:
.replaceAll('{', '0')
.replaceAll('[', '1')
.replaceAll('(', '2')
.replaceAll('*', '9')
if (postAction) {
suggestion.command = { title: 'Post-Action', command: postAction }
} else if (isTriggerSuggestNeeded(item.name)) {
Expand Down

0 comments on commit 097d381

Please sign in to comment.