symphonytool / symphony

The Symphony IDE
5 stars 4 forks source link

initial keyword not highlighted #305

Open Pytheas01 opened 9 years ago

Pytheas01 commented 9 years ago

In SymphonyTool 0.4.0, the "initial" keyword is not highlighted.

channels
tick

 class ClockSt = begin
 state
 public s: nat

initial
    Init()
    frame wr s
    post s = 0