vscode/extensions/markdown-math/syntaxes
robincaloudis 63b07dbd7f
Fix wrong language scope in markdown inline math expression (#172957)
Let 3rd matching group be an end

Previously, the first and third group was
defined as beginning. This is not
true as the first group of the regular
expression is the beginning of the math
inline markdown expression and the third
group the _end_. Once the third group is
correctly assigned, its language scope can
be changed accordingly.
2023-02-01 06:44:37 -08:00
..
md-math-block.tmLanguage.json Fix highlighting of dollar amount at start of line in md files 2021-11-08 17:53:52 -08:00
md-math-inline.tmLanguage.json Fix wrong language scope in markdown inline math expression (#172957) 2023-02-01 06:44:37 -08:00
md-math.tmLanguage.json Corrected the regex to detect espaced percent symbol (#139437) 2022-01-05 12:13:29 -08:00