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..0824c0dc 100644 --- a/src/main/kotlin/org/bsplines/ltexls/parsing/latex/LatexAnnotatedTextBuilderDefaults.kt +++ b/src/main/kotlin/org/bsplines/ltexls/parsing/latex/LatexAnnotatedTextBuilderDefaults.kt @@ -174,6 +174,8 @@ object LatexAnnotatedTextBuilderDefaults { DummyGenerator.getInstance(plural = true), ), LatexCommandSignature("\\ConTeXt", LatexCommandSignature.Action.Dummy), + LatexCommandSignature("\\Cpageref{}", LatexCommandSignature.Action.Dummy), + LatexCommandSignature("\\Cpagerefrange{}{}", LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\Cref{}", LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\Crefname{}{}{}"), LatexCommandSignature("\\DeclareAcronym{}{}"), @@ -547,6 +549,8 @@ object LatexAnnotatedTextBuilderDefaults { LatexCommandSignature("\\counterwithin*{}{}"), LatexCommandSignature("\\counterwithout{}{}"), LatexCommandSignature("\\counterwithout*{}{}"), + LatexCommandSignature("\\cpageref{}", LatexCommandSignature.Action.Dummy), + LatexCommandSignature("\\cpagerefrange{}{}", LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\cref{}", LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\crefname{}{}{}"), LatexCommandSignature("\\dalton", LatexCommandSignature.Action.Dummy), @@ -668,6 +672,8 @@ object LatexAnnotatedTextBuilderDefaults { LatexCommandSignature("\\kelvin", LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\kilogram", LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\label{}"), + LatexCommandSignature("\\labelcref{}"), LatexCommandSignature.Action.Dummy), + LatexCommandSignature("\\labelcpageref{}"), LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\lettrine{}{}", LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\lettrine[]{}{}", LatexCommandSignature.Action.Dummy), LatexCommandSignature("\\linespread{}"),