update: fix word
This commit is contained in:
parent
0df91727b0
commit
9c2c977545
4 changed files with 13 additions and 11 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/10/02 18:41:16 by maiboyer #+# #+# */
|
||||
/* Updated: 2024/10/06 14:53:20 by rparodi ### ########.fr */
|
||||
/* Updated: 2024/10/06 15:27:27 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -55,6 +55,7 @@ static const struct s_ts_pass_def g_ts_passes[] = {\
|
|||
{ts_double_rparen, "double rparen => drparen"}, \
|
||||
{ts_double_lcarret, "double lcarret => dlcarret"}, \
|
||||
{ts_double_rcarret, "double rcarrer => drcarret"}, \
|
||||
{ts_fold_into_word, "fold into words"}, \
|
||||
// there should be an ts_fold_arith here
|
||||
{ts_split_paren, "split double parenthesis"}, \
|
||||
{ts_fold_redir, "fold redir+argument"}, \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue