mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-10 07:26:23 -04:00
docs: clarify definition of newline
This commit is contained in:
parent
99d8b58868
commit
340df02655
|
|
@ -86,6 +86,10 @@ TSPoint ts_node_start_point(TSNode);
|
|||
TSPoint ts_node_end_point(TSNode);
|
||||
```
|
||||
|
||||
```admonish note
|
||||
A *newline* is considered to be a single line feed (`\n`) character.
|
||||
```
|
||||
|
||||
## Retrieving Nodes
|
||||
|
||||
Every tree has a _root node_:
|
||||
|
|
|
|||
Loading…
Reference in a new issue