aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-nix.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/extract-nix.sh')
-rwxr-xr-xsrc/extract-nix.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extract-nix.sh b/src/extract-nix.sh
index 335cbba..575131d 100755
--- a/src/extract-nix.sh
+++ b/src/extract-nix.sh
@@ -3,7 +3,7 @@
set -efu
TREE_GREPPER_LANGUAGE=nix \
-TREE_GREPPER_QUERY='((comment)+)' \
+TREE_GREPPER_QUERY='(comment)' \
LINE_COMMENT_START='#' \
BLOCK_COMMENT_START='\/\*' \
BLOCK_COMMENT_END='\*\/' \