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

Lack Syntax highlighting for `ifndef #64

Closed
tvivt opened this issue Mar 13, 2019 · 3 comments
Closed

Lack Syntax highlighting for `ifndef #64

tvivt opened this issue Mar 13, 2019 · 3 comments

Comments

@tvivt
Copy link

tvivt commented Mar 13, 2019

No Highlight for `ifndef

@mshr-h
Copy link
Owner

mshr-h commented Apr 3, 2019

Could you upload an entire code which reproduces the problem and the screenshot?

@opensiriusfox
Copy link

The following in a .v file will show the bug. `ifndef remains gray.

`ifndef __VGA_TIMES_SET_H
    `ifdef vga_480p
        `define __VGA_TIMES_SET_H
		`define ISE_DCM_MULTIPLY		9
		`define ISE_DCM_DIVIDE			15
    `endif // 480p

	`ifndef __VGA_TIMES_SET_H
        `define __VGA_TIMES_SET_H
		// Default 1080p @ 59Hz
		`define ISE_DCM_MULTIPLY		25
		`define ISE_DCM_DIVIDE			7
    `endif
`endif

@mshr-h
Copy link
Owner

mshr-h commented Apr 20, 2020

@LRenaud Fixed `ifndef syntax highlighting bug on version 1.0.6.
Please check it out.

@tvivt tvivt closed this as completed Apr 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants