File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change @@ -108,12 +108,26 @@ contexts:
108108 - include : autotext
109109 - include : optional
110110 - include : easyparams
111- - match : " '|` "
111+ - match : " '"
112112 scope : punctuation.definition.string.begin.localized.gdl
113113 push :
114114 - meta_include_prototype : false
115115 - meta_scope : string.quoted.single.gdl
116- - match : " '|`"
116+ - match : " '"
117+ scope : punctuation.definition.string.end.localized.gdl
118+ pop : true
119+ - include : escaped-byte
120+ - include : string_placeholder
121+ - include : request-param-deprecated
122+ - include : request-param
123+ - include : autotext
124+ - include : optional
125+ - match : " `"
126+ scope : punctuation.definition.string.begin.localized.gdl
127+ push :
128+ - meta_include_prototype : false
129+ - meta_scope : string.quoted.single.gdl
130+ - match : " `"
117131 scope : punctuation.definition.string.end.localized.gdl
118132 pop : true
119133 - include : escaped-byte
You can’t perform that action at this time.
0 commit comments