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

Go step definitions support #130

Merged
merged 7 commits into from
Apr 7, 2024
Merged

Commits on Feb 27, 2023

  1. Add support for go

    mirogta committed Feb 27, 2023
    Configuration menu
    Copy the full SHA
    1942d13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf27cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e71008 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    5426ae4 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    1e146dd View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    0188aea View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2024

  1. Go support with tree-sitter-go v0.20.0

    - Support for new 'Given', 'When', 'Then' step definitions
    - Support for 'interpreted_string_literal' with tree-sitter
    - Support tree-sitter-go v0.20.0
    - Changed Go snippet implementation away from Rust version
    - Removed Rust snippet string prefix check from Go implementation
    - Removed commented Go language support code
    - Missing 'expression_statement' in tree-sitter query
    - Redundant VSCode extension settings
    - Redundant Go testdata lock files
    kieran-ryan committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    0e8471d View commit details
    Browse the repository at this point in the history