From f4c9a828ba80d45dbd725da97d905450f5fe511c Mon Sep 17 00:00:00 2001 From: trag1c Date: Fri, 26 Apr 2024 22:15:35 +0200 Subject: [PATCH] Corrected external attribute prefix --- snippets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snippets.json b/snippets.json index f613dcc..332239e 100644 --- a/snippets.json +++ b/snippets.json @@ -107,7 +107,7 @@ }, "External attribute": { "prefix": [ - "external" + "@external" ], "body": [ "@external(${1:erlang}, \"${2}\", \"${0}\")"