Skip to content

Commit

Permalink
fix(treesitter): show body on treesitter inspect
Browse files Browse the repository at this point in the history
  • Loading branch information
ng-tony committed Oct 31, 2024
1 parent 9bfa4e9 commit d803918
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/kulala/parser/treesitter.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ local REQUEST_VISITORS = {
req.method = fields.method
req.http_version = fields.http_version
req.body = fields.body
req.body_display = fields.body
req.start_line = start_line
req.block_line_count = end_line - start_line
req.lines_length = end_line - start_line
Expand Down

0 comments on commit d803918

Please sign in to comment.