From 1e5cdd868f439df4e64bc60391453aa21f8baea3 Mon Sep 17 00:00:00 2001 From: Per-Victor Persson Date: Sun, 1 Nov 2020 11:31:24 +0100 Subject: [PATCH] Fix tilde character interpreted as null in syntax --- ReScript.sublime-syntax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReScript.sublime-syntax b/ReScript.sublime-syntax index 4759c37..8c33538 100644 --- a/ReScript.sublime-syntax +++ b/ReScript.sublime-syntax @@ -36,7 +36,7 @@ contexts: pop: true punctuations: - - match: ~ + - match: \~ scope: punctuation.definition.keyword - match: ; scope: punctuation.terminator