Skip to content

Commit 91d9b92

Browse files
Link to the referenced section
1 parent b6001e0 commit 91d9b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/developing-for-pulsar/creating-a-grammar-modern-tree-sitter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ All values are paths that will be resolved relative to the directory in which th
118118

119119
Each of the settings ending in `Query` is optional. You can skip `indentsQuery` if your language doesn’t need indentation hinting, `foldsQuery` if it doesn’t need code folding, or even `highlightsQuery` in the unlikely event that your language does not need syntax highlighting.
120120

121-
Any of the settings that end in `Query` can also accept an array of relative paths, instead of just a single relative path. At initialization time, the grammar will concatenate each file’s contents into a single query file. This isn’t a common need, but is explained further below.
121+
Any of the settings that end in `Query` can also accept an array of relative paths, instead of just a single relative path. At initialization time, the grammar will concatenate each file’s contents into a single query file. This isn’t a common need, but is explained further below in the [Sharing query files](#sharing-query-files) section.
122122

123123
### Language recognition
124124

0 commit comments

Comments
 (0)