Describe the feature and the current behavior/state
It seems in texstudio v4.8.3, the tabular content is not properly recognized (e.g., &s are not highlighted) when the tabular preamble contains (non-consecutive) newlines.
\documentclass{article}
\usepackage{siunitx}
\begin{document}
\begin{tabular}{ll}
a & b
\end{tabular}
\begin{tabular}{
ll}
a & b
\end{tabular}
\begin{tabular}{
|S[table-alignment-mode=format,table-number-alignment=right]
|S[table-alignment-mode=format,table-number-alignment=center]
|S[table-alignment-mode=format,table-number-alignment=left]
|
}
1.1 & 2.2 & 3.3
\end{tabular}
\end{document}
Describe the feature and the current behavior/state
It seems in texstudio v4.8.3, the tabular content is not properly recognized (e.g.,
&
s are not highlighted) when the tabular preamble contains (non-consecutive) newlines.Who will benefit with this feature?
Especially users of
S
column type fromsiunitx
package, see https://github.com/lvjr/tabularray/issues/512 and examples in thesiunitx
package manual, sec. 4.12 Tabular material.Any Other info