From ce649b10a3bbdd890979d858060299b618fc98f4 Mon Sep 17 00:00:00 2001 From: Niclas Overby Date: Sat, 29 Jan 2022 11:16:59 +0100 Subject: [PATCH] grammar: remove to and downto as keywords --- grammars/rescript.tmLanguage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grammars/rescript.tmLanguage.json b/grammars/rescript.tmLanguage.json index 5932d7eae..78fb83931 100644 --- a/grammars/rescript.tmLanguage.json +++ b/grammars/rescript.tmLanguage.json @@ -15,7 +15,7 @@ }, "RE_KEYWORDS": { "name": "keyword.control", - "match": "\\b(and|as|assert|constraint|downto|else|exception|external|false|for|if|in|include|lazy|let|module|mutable|of|open|rec|switch|to|true|try|type|when|while|with)\\b" + "match": "\\b(and|as|assert|constraint|else|exception|external|false|for|if|in|include|lazy|let|module|mutable|of|open|rec|switch|true|try|type|when|while|with)\\b" }, "RE_LITERAL": { "name": "constant.language",