aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/systemverilog
Commit message (Collapse)AuthorAgeFilesLines
* fix: prefer `#eq?` for checking equality with one string (#8246)Riley Bruins2025-10-301-1/+1
|
* feat(systemverilog)!: update parser and queriesChristian Clason2025-08-052-17/+20
| | | | | | | | Breaking changes: 1. `(comment)` node split into `(one_line_comment)` and `(block_comment)` 2. named `(directive_foo)` nodes replaced by anonymous `"'foo"` (with backtick!) nodes -- but not consistently
* feat(verilog)!: rename to systemverilogChristian Clason2025-06-243-0/+633
Grammar name was changed to coincide with repository name