Skip to content

Commit

Permalink
Clear up extends example in notebook setup
Browse files Browse the repository at this point in the history
  • Loading branch information
benlubas committed Mar 22, 2024
1 parent 8d31d04 commit 23d8afc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/Notebook-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,9 @@ We'll first want to define a new capture group `@code_cell` for the filetype we
run code in. Here's a very simple example for markdown, but you can do this with any
filetype you want to have a code cell in:

_located in: nvim/after/queries/markdown/textobjects.scm_
```scm
;; located in: nvim/after/queries/markdown/textobjects.scm
;extends
;; extends
(fenced_code_block (code_fence_content) @code_cell.inner) @code_cell.outer
```
Expand Down

0 comments on commit 23d8afc

Please sign in to comment.