matcher: is_quote

This commit is contained in:
Khaïs COLIN 2025-02-20 13:22:32 +01:00
parent 591518e9bc
commit e10ed04169
Signed by: logistic-bot
SSH key fingerprint: SHA256:RlpiqKeXpcPFZZ4y9Ou4xi2M8OhRJovIwDlbCaMsuAo
4 changed files with 47 additions and 3 deletions

View file

@ -31,6 +31,7 @@ srcs = \
src/parser/matchers/metacharacter.c \
src/parser/matchers/operator_combo.c \
src/parser/matchers/operator_start.c \
src/parser/matchers/quote.c \
src/parser/worddesc/worddesc.c \
src/parser/wordlist/wordlist.c \
src/parser/wordsplit/rule_utils.c \