deathaxe
deathaxe
I slightly tweaked reformatted version to use symbols instead of text and update scopes. It is part of https://github.com/deathaxe/sublime-commands run_syntax_tests.py ```diff --- Packages\Default\run_syntax_tests.py Sat Feb 24 16:28:59 2024 +++ Packages\Default\run_syntax_tests.py...
Not sure if next_result/prev_result would pick those resulting regions up.
> If you're going to change the output formatting, IMO why not also roll up into a single error where expected/actual are also the same for consecutive characters on the...
I like the new representation as it gives detailed and grouped information about test failures. Proper feedback on syntax definitions requires some time for evaluation. So let's start with a...
The question is how much complexity is acceptable. The initial suggestion looks rather sublime aka. minimalistic.
# Suggestions ## General scope suggestions 1. I'd suggest to apply detailed unique meta scopes to enable color schemes to target everything. 2. Always include `\n` in patterns, so backgrounds...
I haven't touched selectors' scopes as anything else than `comment` caused the output to feel noisy and overwhelming. Unique scopes may however be useful. I was satisfied with tinting `punctuation.definition`...
Sublime Text keeps both indentation style and tab style in sync by default. Calling `Convert Indentation To Spaces` ... 1. converts **all** tabs to spaces _(at the beginning and in...
I see the pain. However, UnitTesting installs required (extra-)packages and their dependencies via Package Control and thus has no idea of old depencendy format vs. new libraries, nor their storage...
After setup action ST, PC, packages and dependencies are all in place. The test package `lsp_utils` should be located in _Data/Packages_ folder, already. What's left to do is to replace...