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

Fix qualified idents within function arguments #33

Closed lochel closed 7 years ago

lochel commented 7 years ago

This is about to fix following snippet: foo(FOO.BAR,{"foo bar"});.

This is how it looks right now: link And this is how it looks with the changes: link.

thorade commented 7 years ago

This looks good to me. If nobody disagress, I will merge it later today or tomorrow.