Commit Graph

12 Commits

Author SHA1 Message Date
b180fbeb48 chore: lint and code review fixes 2026-01-04 15:32:39 +02:00
c8ba576b4e feat: implement complete tree-sitter-shellspec grammar with comprehensive testing
- Add full ShellSpec grammar extending tree-sitter-bash
- Support all ShellSpec constructs: Describe, Context, It, hooks, utilities
- Include Data block parsing with statements and argument styles
- Add 61 comprehensive test cases covering real-world patterns
- Implement optimized GitHub workflows with CI/CD automation
- Configure complete development tooling (linting, formatting, pre-commit)
- Add comprehensive documentation and contribution guidelines
- Optimize grammar conflicts to zero warnings
- Support editor integration for Neovim, VS Code, Emacs

Breaking Changes:
- Initial release, no previous API to break

BREAKING CHANGE: Initial implementation of tree-sitter-shellspec grammar

# Conflicts:
#	.github/workflows/codeql.yml
#	.github/workflows/pr-lint.yml
#	.pre-commit-config.yaml

# Conflicts:
#	.github/workflows/pr-lint.yml

# Conflicts:
#	.github/workflows/pr-lint.yml
2026-01-04 15:32:39 +02:00
renovate[bot]
a54653aec1 chore(deps)!: update ivuorinen/actions (v2025.11.28 → v2026.01.01) (#54) 2026-01-02 09:49:08 +02:00
renovate[bot]
3c68cd2d5e chore(deps)!: update ivuorinen/actions (v25.11.26 → v2025.11.28) (#27) 2025-11-29 10:00:45 +02:00
renovate[bot]
1f60912b47 chore(deps): update ivuorinen/actions action (25.11.24 → v25.11.26) (#42)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-28 16:38:09 +02:00
renovate[bot]
9fd0403c52 chore(deps): update ivuorinen/actions action (25.10.7 → 25.11.24) (#21)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-11-25 22:37:32 +02:00
renovate[bot]
606fae2d22 chore(deps): update ivuorinen/actions action (25.10.1 → 25.10.7) (#16)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-10 10:52:29 +03:00
renovate[bot]
296b1c5a21 chore(deps): update ivuorinen/actions action (25.9.21 → 25.10.1) (#11)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-10-04 10:51:06 +03:00
renovate[bot]
69da91726b chore(deps): update ivuorinen/actions action (25.9.19 → 25.9.21) (#7)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-23 13:22:39 +03:00
renovate[bot]
4ef8c0fa3c chore(deps): update ivuorinen/actions action (25.9.17 → 25.9.19) (#6)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-21 21:21:52 +03:00
renovate[bot]
1e769419dc chore(deps): update ivuorinen/actions action (25.9.8 → 25.9.17) (#4)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-19 09:41:36 +03:00
2e62a33827 Initial commit 2025-09-11 22:41:39 +03:00