pro711 / sublime-verilog

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

order of regular expression for compare operators in the .tmLanguage file #10

Closed tgstaples closed 9 months ago

tgstaples commented 9 months ago

I think the regular expression on line 289 should be updated to ensure proper syntax highlighting. Here is a snapshot showing the issue...

verilog_2

If line 289 was changed to the example below, I think it would correct the problem.

(===|==|!==|!=|<=|>=|<|>)