Skip to content

Commit

Permalink
Merge pull request latex-lsp#117 from MithicSpirit/master
Browse files Browse the repository at this point in the history
fix: add "math" as math_environment
  • Loading branch information
pfoerster authored Apr 4, 2024
2 parents eb552c7 + 9276020 commit ae2134a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions grammar.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ module.exports = grammar({
...specialEnvironment({
rule: 'math_environment',
name: choice(
'math',
'displaymath',
'displaymath*',
'equation',
Expand Down

0 comments on commit ae2134a

Please sign in to comment.