diff --git a/src/main/kotlin/org/bsplines/ltexls/parsing/latex/LatexAnnotatedTextBuilderDefaults.kt b/src/main/kotlin/org/bsplines/ltexls/parsing/latex/LatexAnnotatedTextBuilderDefaults.kt index b64a4def..731e695c 100644 --- a/src/main/kotlin/org/bsplines/ltexls/parsing/latex/LatexAnnotatedTextBuilderDefaults.kt +++ b/src/main/kotlin/org/bsplines/ltexls/parsing/latex/LatexAnnotatedTextBuilderDefaults.kt @@ -468,6 +468,9 @@ object LatexAnnotatedTextBuilderDefaults { LatexCommandSignature("\\citep[]{}", LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\citep*{}", LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\citep*[]{}", LatexCommandSignature.Action.Dummy), + LatexCommandSignature("\\citeA{}", LatexCommandSignature.Action.Dummy), + LatexCommandSignature("\\cite<>{}", LatexCommandSignature.Action.Dummy), + LatexCommandSignature("\\cite<>[]{}", LatexCommandSignature.Action.Dummy), LatexCommandSignature( "\\cites{}", LatexCommandSignature.Action.Dummy,