amkrajewski / TDB-Highlighter

VS Code Language Extension provides syntax highlighting for the Thermodynamic DataBase (TDB) files used in the CALPHAD community to describe thermodynamic models of properties of materials.
MIT License
9 stars 0 forks source link

[Feature request]Highlight the 80 letters limitations #2

Closed HUISUN24 closed 1 year ago

HUISUN24 commented 1 year ago

Highlight the 80 letters limitations

amkrajewski commented 1 year ago

Best to my knowledge, this only affects ThermoCalc software and not, e.g., pycalphad, so it doesn't seem like a necessary addition. Especially considering that you can quickly set this in VS Code manually by adding "editor.rulers": [80] to your settings.json user configuration file.

amkrajewski commented 1 year ago

I will mention it in the README though

HUISUN24 commented 1 year ago

Thanks! Adam