From a8cc7c60b975c443d5739fa6a5290bd66f219e75 Mon Sep 17 00:00:00 2001 From: Mohamed Al-Fahim <31521089+MohamedAlFahim@users.noreply.github.com> Date: Fri, 20 Nov 2020 21:46:27 +0000 Subject: [PATCH] Fix open and include syntax highlighting --- 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 4a2b8c37b..747f9ecf0 100644 --- a/grammars/rescript.tmLanguage.json +++ b/grammars/rescript.tmLanguage.json @@ -343,7 +343,7 @@ } }, { - "match": "\\b(open|include)\\s*", + "match": "\\b(open|include)\\s+", "name": "keyword" } ]