Skip to content
This repository was archived by the owner on Dec 15, 2022. It is now read-only.

Commit 62905c9

Browse files
committed
add interpolated snippet
1 parent d88a4cf commit 62905c9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

snippets/language-ruby.cson

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,3 +344,8 @@
344344
'erb_exec_block_after_quote':
345345
'prefix': '\"-'
346346
'body': '\"<% $1 %>'
347+
348+
'.string.quoted.double.ruby:not(.string .source), .string.quoted.double.ruby:not(.string .source)':
349+
'Interpolated Code':
350+
'prefix': '#'
351+
'body': '#{$1}$2'

0 commit comments

Comments
 (0)