tcw165 / hl-anything

Emacs - Highlight thing at point, selection and more
MIT License
22 stars 4 forks source link

Enhancement Request: Support for languages like verilog using begin/end pair. #8

Open shankarpdy opened 9 years ago

shankarpdy commented 9 years ago

Hi boyw, It is a extremely nice and useful plugin. I have started using it everywhere. The hl-paran-mode is the most useful one.

Is it possible to support other parens also - like begin/end pair in verilog/vhdl. Can we define all the parenthesis pairs using a variable that can be highlighted.

tcw165 commented 9 years ago

Good point! Sure it is possible. I'm working on it. BTW, what is the postfix of verilog/vhdl file?

Maybe I could refer to backward-up-list, backward-sexp or smartparen.

shankarpdy commented 9 years ago

for verilog - it is .v or .sv for vdhl it is *.vhd