Skip to content

Commit

Permalink
feat(api): update the KdlNode and KdlDocument APIs to be more Vec-like
Browse files Browse the repository at this point in the history
Fixes: #81
  • Loading branch information
zkat committed Dec 16, 2024
1 parent d0366db commit 4a9e9a6
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 132 deletions.
4 changes: 2 additions & 2 deletions src/document.rs
Original file line number Diff line number Diff line change
Expand Up @@ -441,8 +441,8 @@ second_node /* This time, the comment is here */ param=153 {
/* block comment */
inline /*comment*/ here
another /-comment there
after some whitespace
trailing /* multiline */
trailing // single line
Expand Down
Loading

0 comments on commit 4a9e9a6

Please sign in to comment.