modelica-tools / atom-language-modelica

Modelica language support for the atom editor
https://atom.io/packages/language-modelica
Other
8 stars 4 forks source link

variable = if condition then value1 else value2; #3

Closed thorade closed 8 years ago

thorade commented 9 years ago

The construct

variable = if condition then value1 else value2;

seems to break syntax highlighting for the following lines. Is that what you meant by the known bug in the ReadMe?

thorade commented 8 years ago

Closed by PR #13