From 3b8b46e7934cc1c281f7ff3b6935df3563867eaf Mon Sep 17 00:00:00 2001 From: TomAFrench Date: Fri, 16 Aug 2024 15:57:37 +0000 Subject: [PATCH] chore: remove `distinct` keyword --- syntaxes/noir.tmLanguage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/noir.tmLanguage.json b/syntaxes/noir.tmLanguage.json index c32a692..4e9bc24 100644 --- a/syntaxes/noir.tmLanguage.json +++ b/syntaxes/noir.tmLanguage.json @@ -233,7 +233,7 @@ }, { "name": "keyword.nr", - "match": "\\b(global|comptime|quote|unsafe|unconstrained|distinct|pub|&mut|mut|self|in|as|let)\\b" + "match": "\\b(global|comptime|quote|unsafe|unconstrained|pub|&mut|mut|self|in|as|let)\\b" } ] },