Skip to content

Commit a4a6553

Browse files
committed
spelling: tilde
Signed-off-by: Josh Soref <[email protected]>
1 parent 086be00 commit a4a6553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/syntaxes/Packages/Perl/Perl.sublime-syntax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ contexts:
828828
- match: \.{4,} # consume any dot sequence longer than 3 chars
829829
- match: \.{3}
830830
scope: constant.other.placeholder.text.perl
831-
- match: ~{3,} # consume any tild sequence longer than 2 chars
831+
- match: ~{3,} # consume any tilde sequence longer than 2 chars
832832
- match: ~{1,2}
833833
scope: constant.other.placeholder.text.perl
834834
- match: ([@^])[<|>*]+

0 commit comments

Comments
 (0)