diff options
author | Gokul Soumya | 2021-11-08 00:52:51 +0000 |
---|---|---|
committer | GitHub | 2021-11-08 00:52:51 +0000 |
commit | e0e227d172697c0d3c418704fd20e780ee1a1032 (patch) | |
tree | 4b9b8d946cd6f908e8286f236c3e52429b82891e /book/src/guides/textobject.md | |
parent | 4304b52ff86f829115cb89b20160b4f80dbb3dbd (diff) |
Touch up docs for adding new language (#1002)
Diffstat (limited to 'book/src/guides/textobject.md')
-rw-r--r-- | book/src/guides/textobject.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/src/guides/textobject.md b/book/src/guides/textobject.md index 50b3b574..dd726b7c 100644 --- a/book/src/guides/textobject.md +++ b/book/src/guides/textobject.md @@ -5,7 +5,7 @@ require an accompanying tree-sitter grammar and a `textobjects.scm` query file to work properly. Tree-sitter allows us to query the source code syntax tree and capture specific parts of it. The queries are written in a lisp dialect. More information on how to write queries can be found in the [official tree-sitter -documentation](tree-sitter-queries). +documentation][tree-sitter-queries]. Query files should be placed in `runtime/queries/{language}/textobjects.scm` when contributing. Note that to test the query files locally you should put |