fix ending heredoc identifiers must be on single line
This commit is contained in:
@@ -279,7 +279,6 @@ module.exports = grammar({
|
||||
$._quoted_template_end,
|
||||
)),
|
||||
|
||||
// TODO user chosen identifiers
|
||||
heredoc_template: $ => seq(
|
||||
$.heredoc_start,
|
||||
$.heredoc_identifier,
|
||||
|
||||
Reference in New Issue
Block a user