diff --git a/configurations/snippets.json b/configurations/snippets.json index 5a2151b..de4adba 100755 --- a/configurations/snippets.json +++ b/configurations/snippets.json @@ -148,6 +148,13 @@ ] }, + "match": { + "prefix": "match", + "body": [ + "match ${1:expression}:\n\t${2:pattern}:\n\t\t${3}\n\t_:\n\t\t${0:default}" + ] + }, + "signal declaration": { "prefix": "signal", "body": [