Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'helix-syntax/src/tree_sitter.rs')
| -rw-r--r-- | helix-syntax/src/tree_sitter.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/helix-syntax/src/tree_sitter.rs b/helix-syntax/src/tree_sitter.rs index d75c5b24..c2aa6fad 100644 --- a/helix-syntax/src/tree_sitter.rs +++ b/helix-syntax/src/tree_sitter.rs @@ -1,6 +1,7 @@ mod grammar; mod parser; mod query; +mod query_captures; mod ropey; mod syntax_tree; mod syntax_tree_node; |