From 7c96582ef187d607a677b1553bfa2dd327729ad6 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 10 Oct 2020 14:54:04 +0200 Subject: [PATCH] Ruby highlights: reset highlight on interpolation @TravonteD --- queries/ruby/highlights.scm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/queries/ruby/highlights.scm b/queries/ruby/highlights.scm index 0dea8e8bb..cb8455710 100644 --- a/queries/ruby/highlights.scm +++ b/queries/ruby/highlights.scm @@ -1,5 +1,8 @@ ; Variables (identifier) @variable +(interpolation + "#{" @punctuation.special + "}" @punctuation.special) @none ; Keywords