Skip to content

Commit 1e5cdd8

Browse files
committed
Fix tilde character interpreted as null in syntax
1 parent 83b8fc8 commit 1e5cdd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReScript.sublime-syntax

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ contexts:
3636
pop: true
3737

3838
punctuations:
39-
- match: ~
39+
- match: \~
4040
scope: punctuation.definition.keyword
4141
- match: ;
4242
scope: punctuation.terminator

0 commit comments

Comments
 (0)