mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Treat subequations as math environment
This commit is contained in:
parent
c50d9ca00f
commit
4abe5511eb
2 changed files with 3 additions and 1 deletions
|
|
@ -2198,6 +2198,8 @@
|
|||
"eqnarray*",
|
||||
"equation",
|
||||
"equation*",
|
||||
"subequations",
|
||||
"subequations*",
|
||||
"gather",
|
||||
"gather*",
|
||||
"gathered",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
use std::{
|
||||
io::{BufWriter, Read, Write},
|
||||
io::{BufWriter, Write},
|
||||
process::{Command, Stdio},
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue