G. Martin

Results 14 comments of G. Martin

Hello @ckuhlmann @narutozxp , I tested it on W11 with v6.0.0 (pre-release) and it works. Please provide a minimal reproducible example (not an image). ![image](https://github.com/TerosTechnology/vscode-terosHDL/assets/25131607/6f6be9c0-cc85-4ee4-a728-9095d435cb56)

@ilongshan The reason it fails is because it can not find a top level. Toplevel keywords are defined in this line: _packages/colibri/src/utils/hdl_utils.ts_ `regex = /(?module|program|interface|package|primitive|config|property)\s+(?:automatic\s+)?( \w+)/gm;`

Looks like this is a bug when converting markdown to html. Exported Markdown file works fine.

i did a workaround in 3fef9842126125b00437d97e6e03079662036ff9

Your are right, i totally forgot about the different comment symbol for verilog/sv. I will revisit this in a new PR.

@qarlosalberto I believe this was fixed in #599. This issue can be closed.

@qarlosalberto How can I add this through auto_package? ```JSON "configuration": { "type": "object", "title": "TerosHDL", "properties": { "teroshdl.cleanup.killServerProcesses.enabled": { "type": "boolean", "default": false, "description": "Enable automatic cleanup of language server...

@DRubioG The math formula should work in markdown. But it seems there is a problem with the html export.

``` VHDL --! --! This sentence uses `$` delimiters to show math inline: $\sqrt{3x-1}+(1+x)^2$ --! --! This sentence uses other delimiters to show math inline: $`\sqrt{3x-1}+(1+x)^2`$ --! --! Formula: --!...

You can just use markdown in a comment. Example taken from a quick google search: ``` r { color: Red } o { color: Orange } g { color: Green...