Skip to content

Commit

Permalink
Fix #4372 Include macro name in .json file snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Sep 10, 2024
1 parent cc1e23b commit 4b15b1c
Show file tree
Hide file tree
Showing 3,514 changed files with 96,820 additions and 96,820 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
3,348 changes: 1,674 additions & 1,674 deletions data/macros.json

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions data/packages/abntcite.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@
"name": "citeonline",
"arg": {
"format": "{}",
"snippet": "{${1:bibid}}"
"snippet": "citeonline{${1:bibid}}"
}
},
{
"name": "citeauthor",
"arg": {
"format": "{}",
"snippet": "{${1:bibid}}"
"snippet": "citeauthor{${1:bibid}}"
}
},
{
"name": "citeauthoronline",
"arg": {
"format": "{}",
"snippet": "{${1:bibid}}"
"snippet": "citeauthoronline{${1:bibid}}"
}
},
{
Expand All @@ -32,7 +32,7 @@
"name": "citeoptions",
"arg": {
"format": "{}",
"snippet": "{${1:options}}"
"snippet": "citeoptions{${1:options}}"
}
},
{
Expand All @@ -42,7 +42,7 @@
"name": "bibtextitlecommand",
"arg": {
"format": "{}{}",
"snippet": "{${1:entry}}{${2:text}}"
"snippet": "bibtextitlecommand{${1:entry}}{${2:text}}"
}
}
],
Expand Down
430 changes: 215 additions & 215 deletions data/packages/acro.json

Large diffs are not rendered by default.

Loading

0 comments on commit 4b15b1c

Please sign in to comment.