diff options
author | Michael Davis | 2021-10-26 13:25:56 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-10-27 01:03:33 +0000 |
commit | bf20e51044323f96f3fad7a543dc06bb745246ec (patch) | |
tree | c3c332c9e362f062f7174c95aa840ce2f0f256ad /runtime | |
parent | d61e5e686be14b61b6d26c591147f8bfedd378bf (diff) |
use punctuation.special for interpolation #{ }
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/elixir/highlights.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/elixir/highlights.scm b/runtime/queries/elixir/highlights.scm index 08e09f37..3fd5d1cb 100644 --- a/runtime/queries/elixir/highlights.scm +++ b/runtime/queries/elixir/highlights.scm @@ -95,7 +95,7 @@ ; Quoted content -(interpolation "#{" @escape "}" @escape) @embedded +(interpolation "#{" @punctuation.special "}" @punctuation.special) @embedded (escape_sequence) @escape |