diff --git a/services/web/frontend/js/features/source-editor/languages/latex/completions/data/top-hundred-snippets.ts b/services/web/frontend/js/features/source-editor/languages/latex/completions/data/top-hundred-snippets.ts index dddc4f2cdf..86e3ae78fd 100644 --- a/services/web/frontend/js/features/source-editor/languages/latex/completions/data/top-hundred-snippets.ts +++ b/services/web/frontend/js/features/source-editor/languages/latex/completions/data/top-hundred-snippets.ts @@ -539,6 +539,12 @@ export default [ meta: 'cmd', score: 0.152074250347974, }, + { + caption: '\\subparagraph{}', + snippet: '\\subparagraph{$1}', + meta: 'cmd', + score: 0.13, + }, { caption: '\\varepsilon', snippet: '\\varepsilon',