When splitting a string in JavaScript, Atom does only return the scopes ["source.js", "string.quoted"] from
this.editor.scopeDescriptorForBufferPosition(pos).getScopesArray();.
As the plugin can't determine the correct quotes, it does nothing and a normal newline is inserted.
System: MacOS 10.14.2
Atom: 1.34.0 (but the problem is there for at least half a year)
When splitting a string in JavaScript, Atom does only return the scopes
["source.js", "string.quoted"]
fromthis.editor.scopeDescriptorForBufferPosition(pos).getScopesArray();
.As the plugin can't determine the correct quotes, it does nothing and a normal newline is inserted.
System: MacOS 10.14.2 Atom: 1.34.0 (but the problem is there for at least half a year)