fix: add "math" as math_environment

pull/813/head
MithicSpirit 2024-04-03 16:41:21 +07:00
parent eb552c7022
commit 92760205ee
No known key found for this signature in database
GPG Key ID: FEA8F724F2800E40
1 changed files with 1 additions and 0 deletions

@ -536,6 +536,7 @@ module.exports = grammar({
...specialEnvironment({
rule: 'math_environment',
name: choice(
'math',
'displaymath',
'displaymath*',
'equation',