Would it be possible to allow merge conflict delimiters in all syntaxes? Currently this breaks highlighting. The reasoning would be that virtually all developers work with Git or similar versioning tools nowadays (it’s the future I know). And it would make life helluvalot easier if syntax highlighting didn’t break in conflicted files, broken code is already difficult enough.
Hey, we could even highlight those delimiters that show up. Now I know that in PHP for example <<<
is the heredoc syntax, f*k PHP right? I mean <<<<<<< HEAD
deserves a better status than that operator, it’s even got more arrows.
These are the ones I’m referring to:
<<<<<<< HEAD
(properly highlighted code in year 2017)
=======
>>>>>>> master