From 3fea764717634a03c15445d9c5c23a22bf586b55 Mon Sep 17 00:00:00 2001 From: Graceful Potato Date: Sun, 16 Feb 2020 22:01:09 +0300 Subject: [PATCH] Add exclamation mark in to lookbehind. --- Syntaxes/Ruby.plist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Syntaxes/Ruby.plist b/Syntaxes/Ruby.plist index d8e3756..ac9dba8 100644 --- a/Syntaxes/Ruby.plist +++ b/Syntaxes/Ruby.plist @@ -1871,7 +1871,7 @@ comment Make sure this goes after assignment and comparison match - (?<=^|[ \t])!|&&|\|\||\^ + (?<=^|[ \t!])!|&&|\|\||\^ name keyword.operator.logical.ruby