Skip to content

Support for \NewDocumentEnvironment from xparse #745

Closed
@kiryph

Description

texlab raises for

\documentclass{article}
\usepackage{tabularray} 

\ExplSyntaxOn
\NewDocumentEnvironment{exptblr}{O{}m}
 {
  \use:x
   {
    \exp_not:N \begin{tblr}
    [\exp_not:n{#1}]
    {#2}
   }
 }
 {
  \end{tblr}
 }
\ExplSyntaxOff

\begin{document}

\end{document}

following incorrect errors:

demo.tex|12 col 4-5 error| Unexpected "}"
demo.tex|13 col 2-3 error| Unexpected "}"
demo.tex|15 col 3 error| Missing "}" inserted
demo.tex|22 col 1 error| Missing "}" inserted

Note: As of 2020

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions