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

Question: Missing some font-lock face registering. #950

Closed
veripoolbot opened this issue Jul 31, 2015 · 0 comments
Closed

Question: Missing some font-lock face registering. #950

veripoolbot opened this issue Jul 31, 2015 · 0 comments
Labels

Comments

@veripoolbot
Copy link
Collaborator


Author Name: Henrik Solvang
Original Redmine Message: 1667 from https://www.veripool.org


Hi,

Not sure if this is a bug with my setup or simply a feature not supported in verilog-mode.

There are a lot of faces in verilog which are not registered to any particular font-lock-face. Variables, nets, <=, =, numbers inside brackets, constants and module instantiations are all 'all_faces' types. In particular, it would be really nice to have the variables and nets be of type 'font-lock-variable-name-face' so that I can introduce some colour to my variables. I downloaded an old vlog-mode and noticed that the code looked way better in this mode due to colouring of my variables, but alas, the vlog-mode is just to old and lacks support for too many things.

Any ideas?

I am using emacs 24.3.1 and the latest verilog-mode(2015-06-26-832636e-vpo).
I have tried running with an dotemacs that was empty except for verilog-mode.

.emacs:

(global-font-lock-mode t)
(add-to-list 'load-path "~/.emacs.d/verilog-mode")
(autoload 'verilog-mode "verilog-mode" "Verilog mode" t )

/Henrik

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

1 participant