Skip to content

Commit

Permalink
Update package suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
James-Yu committed Oct 14, 2024
1 parent 73c4511 commit e7df297
Show file tree
Hide file tree
Showing 147 changed files with 4,619 additions and 14,115 deletions.
57 changes: 57 additions & 0 deletions data/packages/acronym.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,62 @@
"snippet": "Acfi{${1:acronym}}"
}
},
{
"name": "acfip",
"arg": {
"format": "[]{}",
"snippet": "acfip[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acfip",
"arg": {
"format": "{}",
"snippet": "acfip{${1:acronym}}"
}
},
{
"name": "Acfip",
"arg": {
"format": "[]{}",
"snippet": "Acfip[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acfip",
"arg": {
"format": "{}",
"snippet": "Acfip{${1:acronym}}"
}
},
{
"name": "acfip*",
"arg": {
"format": "[]{}",
"snippet": "acfip*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "acfip*",
"arg": {
"format": "{}",
"snippet": "acfip*{${1:acronym}}"
}
},
{
"name": "Acfip*",
"arg": {
"format": "[]{}",
"snippet": "Acfip*[${2:linebreak penalty}]{${1:acronym}}"
}
},
{
"name": "Acfip*",
"arg": {
"format": "{}",
"snippet": "Acfip*{${1:acronym}}"
}
},
{
"name": "acfia",
"unusual": true,
Expand Down Expand Up @@ -889,6 +945,7 @@
"\\usepackage/acronym#c": [
"footnote",
"nohyperlinks",
"noforwardlinks",
"noacroprefix",
"printonlyused",
"printonlyreused",
Expand Down
74 changes: 72 additions & 2 deletions data/packages/babel.json
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,14 @@
}
},
{
"name": "languagename"
"name": "localename"
},
{
"name": "mainlocalename"
},
{
"name": "languagename",
"unusual": true
},
{
"name": "iflanguage",
Expand Down Expand Up @@ -405,6 +412,70 @@
"snippet": "babelpatterns[${2:lang1,lang2,...}]{${1:patterns}}"
}
},
{
"name": "babelhyphenmins",
"unusual": true,
"arg": {
"format": "{}{}",
"snippet": "babelhyphenmins{${1:left}}{${2:right}}"
}
},
{
"name": "babelhyphenmins",
"unusual": true,
"arg": {
"format": "{}{}[]",
"snippet": "babelhyphenmins{${1:left}}{${2:right}}[${3:hyphenationmin}]"
}
},
{
"name": "babelhyphenmins",
"unusual": true,
"arg": {
"format": "[]{}{}",
"snippet": "babelhyphenmins[${3:lang1,lang2,...}]{${1:left}}{${2:right}}"
}
},
{
"name": "babelhyphenmins",
"unusual": true,
"arg": {
"format": "[]{}{}[]",
"snippet": "babelhyphenmins[${3:lang1,lang2,...}]{${1:left}}{${2:right}}[${4:hyphenationmin}]"
}
},
{
"name": "babelhyphenmins*",
"unusual": true,
"arg": {
"format": "{}{}",
"snippet": "babelhyphenmins*{${1:left}}{${2:right}}"
}
},
{
"name": "babelhyphenmins*",
"unusual": true,
"arg": {
"format": "{}{}[]",
"snippet": "babelhyphenmins*{${1:left}}{${2:right}}[${3:hyphenationmin}]"
}
},
{
"name": "babelhyphenmins*",
"unusual": true,
"arg": {
"format": "[]{}{}",
"snippet": "babelhyphenmins*[${3:lang1,lang2,...}]{${1:left}}{${2:right}}"
}
},
{
"name": "babelhyphenmins*",
"unusual": true,
"arg": {
"format": "[]{}{}[]",
"snippet": "babelhyphenmins*[${3:lang1,lang2,...}]{${1:left}}{${2:right}}[${4:hyphenationmin}]"
}
},
{
"name": "babelposthyphenation",
"unusual": true,
Expand Down Expand Up @@ -19183,7 +19254,6 @@
]
},
"args": [
"\\usepackage/babel#c",
"\\usepackage/babel#c"
]
}
Loading

0 comments on commit e7df297

Please sign in to comment.