mawww / kakoune

mawww's experiment for a better code editor
http://kakoune.org
The Unlicense
9.96k stars 715 forks source link

Feature request: In markdown, text enclosed in dollar signs should be highlighted as latex #4235

Open rasmus-kirk opened 3 years ago

rasmus-kirk commented 3 years ago

When you write a latex equation in markdown enclosed in dollar signs, it should highlight that equation and treat it as latex code. Example:

$$4x + 3x^2$$

Should ideally be highlighted identically to:

```latex
$$4x + 3x^2$$
Ordoviz commented 3 years ago

I doubt this would be useful. There are not many syntax elements to highlight in LaTeX equations except macro names.