I've just downloaded Notepad++ and already love it (:-D ) even though it doesn't have syntax highlight for System Verilog. System Verilog is very closed to Verilog. Rather than specifying the System Verilog from scratch, I tried to find the Verilog's syntax to modify and add more keywords but didn't find it.
Can you please help? Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you look in C:\Program Files\Notepad++, there is a file called langs.xml. Modifying this file can add support for new languages (I had to modify it in an earlier version to get Verilog working correctly).
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've just downloaded Notepad++ and already love it (:-D ) even though it doesn't have syntax highlight for System Verilog. System Verilog is very closed to Verilog. Rather than specifying the System Verilog from scratch, I tried to find the Verilog's syntax to modify and add more keywords but didn't find it.
Can you please help? Thanks.
If you look in C:\Program Files\Notepad++, there is a file called langs.xml. Modifying this file can add support for new languages (I had to modify it in an earlier version to get Verilog working correctly).