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

Commit 437275d

Browse files
committed
Tree-sitter - highlight subshells as strings
1 parent e6a4d98 commit 437275d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

grammars/tree-sitter-ruby.cson

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -152,12 +152,9 @@ scopes:
152152
'bare_symbol': 'constant.other'
153153

154154
'comment': 'comment'
155-
'string': 'string'
156-
'bare_string': 'string'
157155
'regex': 'string.regexp'
158-
'heredoc_beginning': 'string'
159-
'heredoc_body': 'string'
160156
'integer': 'constant.numeric'
157+
'string, bare_string, subshell, heredoc_beginning, heredoc_body': 'string'
161158

162159
'nil': 'constant.language.nil'
163160
'true': 'constant.language.true'

0 commit comments

Comments
 (0)