Open connor4312 opened 3 years ago
Hmm, so I'm parsing it in such a way that all headers have to be the subsequent line so I can properly demarcate where the body starts. Do you think that's unnecessary or do you think there's a better way to set my grammars for syntax highlighting to look out for line breaks?
Having a request like
works, but
will cause the header to be part of the body, even though the syntax highlighting makes it look like the headers will be handled as headers