Conversation
|
|
||
| _escaped_line: ($) => alias($._line_continuation, '\\'), |
There was a problem hiding this comment.
I don't see a place where this is used, is it normal ?
Maybe you reather want to change this in the extras key too ?
There was a problem hiding this comment.
I don't know if it's normal, but it does help to show the tokens. Including _escaped_line in extras should be the correct way, but it leads to a long wait time when generating the grammar... we may want to ask the tree-sitter devs about this situation, may be a bug (updating the tree-sitter-cli doesn't help)
There was a problem hiding this comment.
No but what I mean is remove every instance of _line_continuation and replace it by _escaped_line in here
There was a problem hiding this comment.
Appart from the on in externals and in this rule definition
There was a problem hiding this comment.
_line_continuation is only used on externals
No description provided.