aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShohei YOSHIDA <syohex@gmail.com>2026-07-09 12:52:43 +0900
committerShohei YOSHIDA <syohex@gmail.com>2026-07-09 12:52:43 +0900
commit4db11645c123ffa947aac0a522cc9b58fa88db9c (patch)
treecc2843614083aa21d066a7f11649a57d56323ad2
parentAdd new flag that introduced at version 26.5 (diff)
downloadzsh-completions-update-nodejs.tar
zsh-completions-update-nodejs.tar.gz
zsh-completions-update-nodejs.tar.bz2
zsh-completions-update-nodejs.tar.lz
zsh-completions-update-nodejs.tar.xz
zsh-completions-update-nodejs.tar.zst
zsh-completions-update-nodejs.zip
Update completing file patternupdate-nodejs
-rw-r--r--src/_node2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/_node b/src/_node
index 7b90282..dba0573 100644
--- a/src/_node
+++ b/src/_node
@@ -49,7 +49,7 @@ _node_files() {
fi
done
- _files -g "*.(js|mjs|ts|mts)"
+ _files -g "*.(js|mjs|ts|mts|cjs|cts)"
}
_node_args() {