From cedb0e1c1877ae499ccfc959355730040e1a3408 Mon Sep 17 00:00:00 2001 From: Landon Yarrington Date: Wed, 21 Feb 2024 14:08:03 -0700 Subject: [PATCH] Fix pipe catpures --- Syntaxes/R.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Syntaxes/R.plist b/Syntaxes/R.plist index 3db271f..c085e55 100644 --- a/Syntaxes/R.plist +++ b/Syntaxes/R.plist @@ -106,7 +106,7 @@ match - (=|<-|<<-|->|->>) + (=|<-|<<-|->|->>|%>%|\|>) name keyword.operator.assignment.r