From cd11f625587648db70a3b82e1981ebf8c32fe72e Mon Sep 17 00:00:00 2001 From: Denis Merigoux Date: Tue, 30 Jan 2024 15:29:47 +0100 Subject: [PATCH] Missing among keyword in VScode english --- syntax_highlighting/en/vscode/syntaxes/catalavs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax_highlighting/en/vscode/syntaxes/catalavs.xml b/syntax_highlighting/en/vscode/syntaxes/catalavs.xml index b6ff595e..3cfb1d1e 100644 --- a/syntax_highlighting/en/vscode/syntaxes/catalavs.xml +++ b/syntax_highlighting/en/vscode/syntaxes/catalavs.xml @@ -194,7 +194,7 @@ match - \b(match|with\s+pattern|fixed|by|decreasing|increasing|varies|with|we\s+have|let|in|such\s+that|exists|for|all|of|if|then|else|initial)\b + \b(match|with\s+pattern|fixed|by|decreasing|increasing|varies|with|we\s+have|let|in|such\s+that|exists|among|for|all|of|if|then|else|initial)\b name keyword.control.catala_en