Skip to content

Commit

Permalink
Merge pull request #4373 from James-Yu/4372-error-custom-auto-completion
Browse files Browse the repository at this point in the history
Fix #4372 Include macro name in .json file snippets
  • Loading branch information
James-Yu authored Sep 10, 2024
2 parents cc1e23b + fc49094 commit aa3dd9b
Show file tree
Hide file tree
Showing 3,515 changed files with 96,822 additions and 96,822 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 aa3dd9b

Please sign in to comment.