Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add an option for an independent color for delimiters #31

Open
windless0530 opened this issue Feb 19, 2019 · 1 comment
Open

Add an option for an independent color for delimiters #31

windless0530 opened this issue Feb 19, 2019 · 1 comment

Comments

@windless0530
Copy link

Just a suggestion:

Current behavior: each column with the following delimiter is an independent color
Expected behavior: each column without delimiter is an independent color, and all delimiters are of one independent color, light gray for example.

An option can be provided to turn this on and off.

@mechatroner
Copy link
Owner

mechatroner commented Feb 19, 2019

Current behavior has one important advantage: when some fields have zero length they are still visible and distinguishable because of distinct coloring.

But I agree that coloring delimiter in some neutral (light gray) color can be implemented as a feature. Problem is: language grammars are not configurable (at least until microsoft/vscode#53885 is implemented). The only possible way to implement this, that I am aware of, is to use setDecorations VSCode Api.

BTW you can try to use Highlight extension, probably it can be configured to highlight delimiters in neutral color.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants