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 queries and tests for commonlisp #76

Merged
merged 2 commits into from
Oct 16, 2024

Commits on Oct 16, 2024

  1. Simplify utils for writing tests

    The current utils for writing buffer operation tests are quite wordy and
    not easy for a human to interpret at a glance.
    
    In an effort to make it easier to write detailed, language specific
    tests I have added a way to describe test prepare and check content as a
    string.
    
    This works by looking for `|` characters in test content and using this
    to infer the cursor position.
    julienvincent committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    49b0acc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d412077 View commit details
    Browse the repository at this point in the history