Why is the follows: kind: identifier
relation not matched for c
which immediately follows b
according to the Treesitter AST?
<code>def f(a):
b, c
</code>
<code>def f(a):
b, c
</code>
def f(a):
b, c
Rule:
<code>id: example
language: py
rule:
kind: identifier
follows:
kind: identifier
</code>
<code>id: example
language: py
rule:
kind: identifier
follows:
kind: identifier
</code>
id: example
language: py
rule:
kind: identifier
follows:
kind: identifier
Playground:
Playground link