From 3946024826f97269efc8292e8dec90ec3d59ae28 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharov Date: Sat, 27 Apr 2024 12:44:47 +0400 Subject: [PATCH] Remove not-existing #storage include in TextMate --- grammars/rescript.tmLanguage.json | 1 - 1 file changed, 1 deletion(-) diff --git a/grammars/rescript.tmLanguage.json b/grammars/rescript.tmLanguage.json index 3b97b3aa6..5c1d5d460 100644 --- a/grammars/rescript.tmLanguage.json +++ b/grammars/rescript.tmLanguage.json @@ -538,7 +538,6 @@ } }, "patterns": [ - { "include": "#storage" }, { "include": "#ffi-single" }, { "include": "#ffi" }, { "include": "#constant" },