Keith Hall
Keith Hall
It may help to know that it doesn't panic with `$"test {"\"foo\""} test {bar}\""` (i.e. `\"` removed before `{bar}`), and the highlighting it receives could give us a clue where...
ah I forgot to make the pack dumps after applying the fix to `C#.sublime-syntax`, that makes syncat work as expected - scoping correctly with no panics. But I guess it...
regarding 4, Python is an indentation sensitive language, so the `reindent` functionality should never be used for it. When working with auto indentation, the user should backspace a level of...
We could make our own `Default` package with our own sane defaults, rather than copy Sublime's, as theirs is not open source and it wouldn't be fun trying to keep...
silly question, but can't we just map it into two separate string arrays, which hopefully can be serialized? ``` shellVariablesKey[0] = "TM_COMMENT_START" shellVariablesValue[0] = "/*" shellVariablesKey[1] = "TM_COMMENT_END" shellVariablesValue[1] =...
Thanks Colin, I don't mean to make your life harder :) my reasoning for wanting this is that [metadata can be used for arbitrary things](https://github.com/guillermooo/sublime-undocs/issues/226#issue-190973690) and if we end up...
Syntect currently pins a specific commit in the Packages repo, due to missing support for some newer features : https://github.com/trishume/syntect/issues/323
Thanks for reporting. I hope to be able to make time to investigate this over the next few days.
Note that the synhtml example works fine, it seems to be a problem specific to the classed spans. ```bash syntect on master [?] is 📦 v4.5.0 via 🦀 v1.49.0...
out of curiosity, what color schemes have you found that can't be converted using that plugin, and what error was shown in the ST console? I noticed it for some...