Michael

Results 297 comments of Michael

> by the way ours/theirs is interrupting normal source code. Yes, that's what I mean. Agreed that it can't be helped. ``` > // Extra nesting ```

> Moved Diff3.sublime-syntax into _Diff_ package as it finally feels misplaced in _Text_ package. Good. I thought about recommending this, and forgot to post. If I were doing this, I'd...

How about `Diff3 Conflict.sublime-syntax`, then? The reason I'm shy about calling it `Diff3.sublime-syntax` is that the "normal" Diff3 output [looks very different](https://www.gnu.org/software/diffutils/manual/diffutils.html#Example-diff3-Normal) from that.

That might work. IIRC, one of the (three!) `diff3` output modes has a conflict with one kind of normal `diff` output, but they might not conflict with each other. It...

> With a look at Diff we could also use `meta.separator punctuation.definition.separator` for `

This may have interesting application for [BracketHighlighter](https://packagecontrol.io/packages/BracketHighlighter) and something modeled after [Git Conflict Resolver](https://packagecontrol.io/packages/Git%20Conflict%20Resolver).

Watchers of this ticket, I've found [the Superlime package](https://packagecontrol.io/packages/Superlime) to work pretty well.

> Does Superlime still work well for you? I've seen issues on the repo indicating otherwise. No complaints as of 2024, when I stopped using Windows. My original post was...

> Error rewriting command sublime_linter_remove_panel. Encountered infinite loop > error: plugin_host-3.3 has exited unexpectedly, some plugin functionality won't be available until Sublime Text has been restarted Have you tried disabling...

I use IronLangs which point from one language (say Ruby or Python) to another (like C#). I am totally cool with _preferring_ the same language first, but I absolutely do...