diff --git a/vscode-snippets/tex.json b/vscode-snippets/tex.json index 43631b2..eb13061 100755 --- a/vscode-snippets/tex.json +++ b/vscode-snippets/tex.json @@ -96,6 +96,15 @@ ], "description": "Inserts a tcolorbox to inform about restrictions" }, + "Intuition": { + "prefix": "restrictions", + "body": [ + "\\begin{intuition}[]{$1}", + "\t$2", + "\\end{intuition}" + ], + "description": "Tcolorbox to highlight sections about intuition" + }, "Limitations": { "prefix": "limitations", "body": [