diff --git a/snippets/clips.cson b/snippets/clips.cson index 9047e65..fbaaca4 100644 --- a/snippets/clips.cson +++ b/snippets/clips.cson @@ -41,9 +41,6 @@ not: prefix: 'not' body: 'not\n\t($1)\n' - not: - prefix: 'not' - body: 'not\n\t($1)\n' and: prefix: 'and' body: 'and\n\t($1)\n\t($2)\n'