Skip to content

Commit

Permalink
fix(docs): fix outdated example that uses @begin_scope tag (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkatychev authored Jan 16, 2025
1 parent 76456f2 commit 26014e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1231,8 +1231,8 @@ This Tree-sitter query:
(#language! ocaml)
(parenthesized_expression
"(" @begin_scope @append_empty_softline @append_indent_start
")" @end_scope @prepend_empty_softline @prepend_indent_end
"(" @append_begin_scope @append_empty_softline @append_indent_start
")" @append_end_scope @prepend_empty_softline @prepend_indent_end
(#scope_id! "tuple")
)
Expand Down

0 comments on commit 26014e1

Please sign in to comment.