Skip to content

Commit c14ee3c

Browse files
Merge pull request #2 from Dracyr/fix-null-tilde-in-syntax
Fix tilde character interpreted as null in syntax
2 parents 83b8fc8 + 1e5cdd8 commit c14ee3c

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)