pro711 / sublime-verilog

Verilog Package for Sublime Text 2/3
21 stars 17 forks source link

'or' highlight bug #4

Closed ggkitsas closed 8 years ago

ggkitsas commented 8 years ago

The 'or' operator is no a logical operator according to the Verilog standard. If you wish to keep it in that category bare in mind that the highlight is buggy since every occurence of the string 'or' is highlighted (eg: as part of a identifier 'factor', the 'or' gets highlighted).