Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add treesitter support #103

Merged
merged 1 commit into from
Mar 9, 2024
Merged

Commits on Mar 7, 2024

  1. Add treesitter support

    This PR uses treesitter hurl parser to locate the HURL entry at the
    current cursor position. This is more efficient and reliable than
    parsing based on HTTP verbs and allows executing HurlRunnerAt from any
    place as long as it is inside a HURL entry.
    hsanson committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    eecbe11 View commit details
    Browse the repository at this point in the history