Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Auto generate docs
  • Loading branch information
bew authored and github-actions[bot] committed Nov 18, 2025
commit 8a61d9bba21c6f4b027674c021ab46d1199eff24
2 changes: 1 addition & 1 deletion DOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ the latter is special-cased to have a jump-point at the beginning of its text.
end
```
Consider passing this override into `snip_env`.
* `node_callbacks?: { [("change_choice"|"enter"...)]: fun(...) -> ... }?`
* `node_callbacks?: { [LuaSnip.EventType]: fun(...) -> ... }?`
* `node_ext_opts?: LuaSnip.NodeExtOpts?` Pass these opts through to the underlying extmarks
representing the node. Notably, this enables highlighting the nodes, and allows the highlight to
be different based on the state of the node/snippet. See [ext_opts](#ext_opts)
Expand Down
4 changes: 2 additions & 2 deletions doc/luasnip.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*luasnip.txt* For NeoVim 0.7-0.11 Last change: 2025 November 10
*luasnip.txt* For NeoVim 0.7-0.11 Last change: 2025 November 18

==============================================================================
Table of Contents *luasnip-table-of-contents*
Expand Down Expand Up @@ -807,7 +807,7 @@ have a jump-point at the beginning of its text.
end
<
Consider passing this override into `snip_env`.
- `node_callbacks?: { [("change_choice"|"enter"...)]: fun(...) -> ... }?`
- `node_callbacks?: { [LuaSnip.EventType]: fun(...) -> ... }?`
- `node_ext_opts?: LuaSnip.NodeExtOpts?` Pass these opts through to the
underlying extmarks representing the node. Notably, this enables highlighting
the nodes, and allows the highlight to be different based on the state of the
Expand Down