You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 27, 2018. It is now read-only.
Have a display name for both the default formatters, and known languages, so a more "common" name can be used.
So instead of tex-formatter in settings, it would be latex-formatter, or pawn-formatter instead of p-formatter. And for any formatters with weird cli commands, we "obfuscate" and allow for the display name to be used in settings.json.
This also prevents problems with regressions if/when Micro suddenly "learns" about a new language. What I mean is that, if Micro suddenly recognized Pawn then it would break the p-formater setting. By using display names, we avoid that.
The only issue is that means we'll have to keep a language list.
The text was updated successfully, but these errors were encountered:
Have a display name for both the default formatters, and known languages, so a more "common" name can be used.
So instead of
tex-formatter
in settings, it would belatex-formatter
, orpawn-formatter
instead ofp-formatter
. And for any formatters with weird cli commands, we "obfuscate" and allow for the display name to be used insettings.json
.This also prevents problems with regressions if/when Micro suddenly "learns" about a new language. What I mean is that, if Micro suddenly recognized Pawn then it would break the
p-formater
setting. By using display names, we avoid that.The only issue is that means we'll have to keep a language list.
The text was updated successfully, but these errors were encountered: