; * admin/notes/tree-sitter/starter-guide (Indent): Minor fix.

This commit is contained in:
Yuan Fu 2022-12-09 20:55:43 -08:00
parent ebef8905b0
commit 5a092c8e46
No known key found for this signature in database
GPG key ID: 56E19BC57664A442

View file

@ -282,7 +282,7 @@ For MATHCER we have
NODE-INDEX-MIN NODE-INDEX-MAX)
=> checks everything. If an argument is nil, dont match that. Eg,
(match nil nil TYPE) is the same as (parent-is TYPE)
(match nil TYPE) is the same as (parent-is TYPE)
For ANCHOR we have