fix ending heredoc identifiers must be on single line

This commit is contained in:
mhoffm
2021-06-26 11:11:34 +02:00
parent bc0b3f1eb0
commit 0ae2fffe6d
5 changed files with 31 additions and 5 deletions

View File

@@ -279,7 +279,6 @@ module.exports = grammar({
$._quoted_template_end,
)),
// TODO user chosen identifiers
heredoc_template: $ => seq(
$.heredoc_start,
$.heredoc_identifier,