jellydn / hurl.nvim

Hurl.nvim is a Neovim plugin designed to run HTTP requests directly from `.hurl` files. Elevate your API development workflow by executing and viewing responses without leaving your editor.
https://gyazo.com/19492e8b5366cec3f22d5fd97a63f37a
MIT License
148 stars 15 forks source link

Fix find entry via treesitter #124

Closed hsanson closed 5 months ago

hsanson commented 5 months ago

WHAT

Fix issue where the find entries method was returning two nodes instead of one.

WHY

HOW

Screenshots (if appropriate):

Types of changes

Checklist:

changeset-bot[bot] commented 5 months ago

⚠️ No Changeset found

Latest commit: 0a45ceb018df5c2dfce996af28b92175ad32984c

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

sweep-ai[bot] commented 5 months ago

Apply Sweep Rules to your PR?

This is an automated message generated by Sweep AI.

jellydn commented 5 months ago

Thanks @hsanson 🙏 Let me try.