docs: clarify definition of newline
This commit is contained in:
parent
99d8b58868
commit
340df02655
1 changed files with 4 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue