ソースを参照

Merge pull request #33134 from overleaf/copilot/fix-autocomplete-subparagraph

GitOrigin-RevId: 2ca0b9ab5de393b9b0a256c81450f57d933376fc
Copilot 3 ヶ月 前
コミット
e59cbc61cf

+ 6 - 0
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',