aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-elm.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/extract-elm.sh')
-rwxr-xr-xsrc/extract-elm.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extract-elm.sh b/src/extract-elm.sh
index 9fe1d4c..7ab3e17 100755
--- a/src/extract-elm.sh
+++ b/src/extract-elm.sh
@@ -3,7 +3,7 @@
set -efu
TREE_GREPPER_LANGUAGE=elm \
-TREE_GREPPER_QUERY='([(line_comment) (block_comment)]+)' \
+TREE_GREPPER_QUERY='([(line_comment) (block_comment)])' \
LINE_COMMENT_START='--' \
BLOCK_COMMENT_START='{-|\?' \
BLOCK_COMMENT_END='-}' \