lolow / gams

GAMS language for Visual Studio Code
Apache License 2.0
6 stars 1 forks source link

Custom comment characters #2

Closed lolow closed 2 years ago

lolow commented 2 years ago

Is there a way to turn off the highlighting of {curly brackets} as comments and keep them as normal code? My code uses them in sum{} and other equations, not as comments.

xhokir commented 2 years ago

This has been fixed in my latest pull request 29f5a44 Could you check this also works for you?

lolow commented 2 years ago

working, thanks!