From 7c96582ef187d607a677b1553bfa2dd327729ad6 Mon Sep 17 00:00:00 2001 From: Stephan Seitz Date: Sat, 10 Oct 2020 14:54:04 +0200 Subject: Ruby highlights: reset highlight on interpolation @TravonteD --- queries/ruby/highlights.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'queries/ruby') diff --git a/queries/ruby/highlights.scm b/queries/ruby/highlights.scm index 0dea8e8b..cb845571 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 -- cgit v1.2.3