Closed sebthom closed 9 months ago
By colorized bracket pairs, do you mean some "rainbow brackets"? If so, it's been a long requested feature, probably worth a screenshot and a noteworthy in next SimRel.
By colorized bracket pairs, do you mean some "rainbow brackets"? If so, it's been a long requested feature, probably worth a screenshot and a noteworthy in next SimRel.
"colorized bracket pairs" is the term used by vscode for "rainbow brackets".
So far I only implemented the parsing of the langcfg json and displaying the config. The config is not used/applied yet. This is the same for the Folding rules and Word Pattern which are currently only displayed for informational use.
My midterm goal is to expose the langcfg to other plugins. currently it is for internal use only
OK, thanks for the explanation.
This PR adds parsing of indentation rules and colorized bracket pairs from language-configuration.json and displays them via
Windows > Preferences > Textmate >Language Configuration
. This PR also changes the horizontal tabs to a vertical navigation list.Before:
After: