Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] the highlighter does not disable or highlight the codes with `ifdef #170

Open
myjtag opened this issue Sep 25, 2021 · 1 comment
Open
Labels

Comments

@myjtag
Copy link

myjtag commented Sep 25, 2021

Hi,
for example since we have not defined master ,it should make it gray or disabled color for this code inside the ifdef Master endif part. But for now adding or removing these `ifdef line of code does nothing!

ifdef Master LanTxFIFO myLanTxFIFO ( .rst(Vio[0]), // input rst .wr_clk(w_CLK96MHz), // input wr_clk .rd_clk(w_CLK96MHz), // input rd_clk .din(wFIFODin), // input [15 : 0] din .wr_en(wFIFOWe), // input wr_en .rd_en(wTX_EN), // input rd_en .dout(wLanTxData), // output [15 : 0] dout .full(wFull), // output full .empty(wEmpty), // output empty .prog_full(wProgFull), // output prog_full .prog_empty(wProgEmpty) // output prog_empty ); endif

@myjtag myjtag added the bug label Sep 25, 2021
@TuckZischka
Copy link

I am having the same issue. This package doesn't highlight `ifdef keyword.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants