Mark Norton
Mark Norton
Accessing a fully qualified signal name from a lower hierarchy is not scoped: Example: `` represents the signal in the DUT instance one lower down from the testbench but the...
Just found this oddity: ``` dword_count := 0; bit_count := 0; DATA_FILLLER_G00 : while (bits
It'd be kind of nice to be able to select a comment region and reflow to the EOL margin (as set by user preferences.)
The parenthesis in an `if` conditional is scoped as follows (for example): ``` vhdl-mode: source.vhdl meta.block.architecture.body.vhdl meta.block.process.body.vhdl meta.block.if.conditional.vhdl meta.group.parens.vhdl punctuation.group.parens.begin.vhdl ``` The parenthesis in a `case` expression is scoped as...
This is pretty minor but I noticed when I had code folded and then subsequently beautified, the phantom `...` that indicates a fold seems to move around a bit. Should...
A style like: ``` reset_del : process (reset_n, sysclk) begin ``` does not properly scope the label, though it does correctly capture the process.
It's come to my attention that there may be a desire to have text prefixing instantiation label names (like `inst_`). I don't currently support this, but maybe I could add...
This package might be OS dependent, or have OS dependent features. I tried the most basic thing out I could think of, and have not seen any child frames. I...
I think the precompiled Typst library is lagging behind the source in `uben0/tree-sitter-typst/` as if I'm reading it correctly, it's pointed at a commit from 8 months ago. Typst 0.11.1...
I'm getting two failing tests with `tree-sitter test` ``` 2 failures: correct / expected / unexpected 1. Let binding, trailing semicolon with spacing: (source_file (ERROR (pattern (code_ident)))) (markup (embedded_code_expr (let_binding...