Skip to content

Commit

Permalink
Merge pull request #1140 from DasNaCl/feature/zref-clever
Browse files Browse the repository at this point in the history
Add basic zref/zref-clever label commands.
  • Loading branch information
pfoerster authored Jun 7, 2024
2 parents 1888c08 + f757cae commit 75cde13
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/parser/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ static DEFAULT_CITATION_COMMANDS: &[&str] = &[
"citeA*",
];

static DEFAULT_LABEL_DEFINITION_COMMANDS: &[&str] = &["label"];
static DEFAULT_LABEL_DEFINITION_COMMANDS: &[&str] = &["label", "zlabel"];

static DEFAULT_LABEL_REFERENCE_COMMANDS: &[&str] = &[
"ref",
Expand All @@ -182,6 +182,10 @@ static DEFAULT_LABEL_REFERENCE_COMMANDS: &[&str] = &[
"cref*",
"Cref",
"Cref*",
"zcref",
"zcref*",
"zcpageref",
"zcpageref*",
"namecref",
"nameCref",
"lcnamecref",
Expand Down

0 comments on commit 75cde13

Please sign in to comment.