first commit

This commit is contained in:
2025-03-13 11:40:32 +01:00
commit 1c17177586

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
# zed_rainbow_indent
🌈Rainbow Indent - zed extension: Highlight indents with different rainbow colors and make them red when they differ from tab size for all files
## Indent Highlighting Feature
This extension highlights indents with different rainbow colors to make them more readable. Additionally, it makes indents red whenever they differ from the tab size. This feature works for all file types, providing a consistent and colorful way to visualize indentation levels in your code.
## Sources of inspiration:
https://github.com/mechatroner/vscode_rainbow_csv
## roadmap:
Alignment of each column is supported