Closed seanCodes closed 5 years ago
Per the scope naming conventions for string., open quotes should use the scope punctuation.definition.string.begin instead of punctuation.definition.string.start.
string.
punctuation.definition.string.begin
punctuation.definition.string.start
Ah, yes, good catch. begin is also used everywhere else, so this is obviously an oversight.
begin
Per the scope naming conventions for
string.
, open quotes should use the scopepunctuation.definition.string.begin
instead ofpunctuation.definition.string.start
.