Update tree-sitter-angular to v0.8.3#79
Conversation
Update grammar commit from 8b4f7e6 to f0d0685 (Feb 17, 2026). This brings 5 upstream fixes from dlvandenberg/tree-sitter-angular: - fix(85): complex css classes no longer break parsing - fix: template string as a primitive - fix: allow hyphen in identifier - fix: percentage sign as unit for style property binding - fix: class attribute modifier could start with a hyphen Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
I'm not sure that splitting these into half a dozen PRs makes sense. A bunch of them cannot actually be tested in isolation (e.g. tree-sitter bump in this PR and tree-sitter query changes in another). Seeing "Test Plan" with unchecked items makes me assume you have not bothered to even test this PR at all. And the final item in that list makes me assume you haven't even read the text of the generated PR description at all:
This is unactionable slop (complex? what sort, etc). It feels awfully close to you being a proxy for the LLM assigning work to a maintainer (generate unscoped test cases for this untested code). Also saying "relates to #55 " doesn't tell me whether it fixes that or whether that's just the LLM included reference to that in the prompt (and how to verify that). I know social norms differ about this sort of stuff, but personally this doesn't leave a good first impression to see six PRs which I'm pretty sure you didn't read. I appreciate the contributions, but please take a moment to read your PR descriptions and them edit them to (1) reflect whether you've tested these changes and (2) remove as much unnecessary LLM filler text as possible. Thanks. |
Summary
Updates the tree-sitter-angular grammar dlvandenberg/tree-sitter-angular@8b4f7e6...f0d0685
Includes 5 upstream bug fixes:
Test plan
cargo build --release --target wasm32-wasip1)Relates to #55 (interrupted syntax highlighting with specific characters)
🤖 Generated with Claude Code