From 7233c2cd5d4905079f8beed10aee4809a182535a Mon Sep 17 00:00:00 2001 From: Omar Tawfik <15987992+OmarTawfik@users.noreply.github.com> Date: Mon, 17 Jun 2024 03:16:33 -0700 Subject: [PATCH] remove duplicate natspec syntax highlighter (#577) --- client/syntaxes/solidity.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/client/syntaxes/solidity.json b/client/syntaxes/solidity.json index 92e089c7..ba25dbec 100644 --- a/client/syntaxes/solidity.json +++ b/client/syntaxes/solidity.json @@ -147,10 +147,6 @@ "match": "(@custom:[a-z]+(-[a-z]+)*)\\b", "name": "storage.type.custom.natspec" }, - "natspec-tag-custom": { - "match": "(@custom:[a-z]+(-[a-z]+)*)\\b", - "name": "storage.type.custom.natspec" - }, "comment": { "patterns": [ {