Dmitry Ignatovich

Results 195 comments of Dmitry Ignatovich

Thank you very much for this contribution! But I can't merge the json5 part of the PR - in my opinion, this dependency significantly increases the complexity and the code...

I cherry-picked [Fix CSV file extensions and syntax scopes](https://github.com/mechatroner/sublime_rainbow_csv/pull/41/commits/920bb571a9b7876bf88b676647a289d2ada57f46) and published a new release: https://github.com/mechatroner/sublime_rainbow_csv/releases/tag/2.10.0. Thanks again for contributing your time to work on this and other issues. We need...

There is no way to do this currently. I recently added the `comment_regex` feature to RBQL, but it could take a while to integrate it into the extension because I...

I agree that such a drop-down would be convenient for some use cases, but IMO not generic enough for many other formats.

Thanks for the bug report! I tried but I can't reproduce this. Could you please add a screenshot? Do you have word-wrap enabled? Does it happen with CSV alignment or...

@neuronix thanks for sharing that! I agree that this looks like a bug. Although I am not sure if this is the same problem as @reddevil7nine is describing. In your...

Thank you for reporting this! As a quick fix, I reverted the virtual alignment feature that was causing the issue.

I am unaware of any extension that would do this, but it sounds like an interesting feature! Can you please add an example of an unescaped text fragment and then...

IMO this is doable there is already a concept of "simple" dialect that doesn't treat double quotes in any special way. So the logic could be to try to parse...

An issue with .gitignore is that it could include a superset of paths declared in the `.vscodeignore` file which may result in their inadvertent inclusion into the release bundle.