Skip to content

Commit

Permalink
Don't ignore second argument of \setkomavar
Browse files Browse the repository at this point in the history
  • Loading branch information
me-johnomar authored and valentjn committed Aug 5, 2021
1 parent 571f4cf commit 3b72d2e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
<action type="add" issue="#87" due-to="Alexander Zeilmann (@AlexanderZeilmann)">
Add support for `\counterwithin`, `\counterwithout`, and `\numberwithin` in LaTeX
</action>
<action type="fix" issue="vscode-ltex#373">
Don't ignore second argument of `\setkomavar` in LaTeX
</action>
<action type="remove">
Remove support for magic comments in XHTML
</action>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -660,10 +660,10 @@ object LatexAnnotatedTextBuilderDefaults {
LatexCommandSignature("\\setglossarystyle{}"),
LatexCommandSignature("\\setitemize{}"),
LatexCommandSignature("\\setkomafont{}{}"),
LatexCommandSignature("\\setkomavar{}{}"),
LatexCommandSignature("\\setkomavar{}[]{}"),
LatexCommandSignature("\\setkomavar*{}{}"),
LatexCommandSignature("\\setkomavar*{}[]{}"),
LatexCommandSignature("\\setkomavar{}"),
LatexCommandSignature("\\setkomavar{}[]"),
LatexCommandSignature("\\setkomavar*{}"),
LatexCommandSignature("\\setkomavar*{}[]"),
LatexCommandSignature("\\setlength{}{}"),
LatexCommandSignature("\\setlist{}"),
LatexCommandSignature("\\setlist[]{}"),
Expand Down

0 comments on commit 3b72d2e

Please sign in to comment.