aboutsummaryrefslogtreecommitdiffstats
path: root/src/extract-elm.sh
blob: 7ab3e17a3c33200a5ddccef1d43852fc6acaa26f (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env bash

set -efu

TREE_GREPPER_LANGUAGE=elm \
TREE_GREPPER_QUERY='([(line_comment) (block_comment)])' \
LINE_COMMENT_START='--' \
BLOCK_COMMENT_START='{-|\?' \
BLOCK_COMMENT_END='-}' \
"$(dirname "$0")"/extract-generic.sh "$@"