We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086be00 commit a4a6553Copy full SHA for a4a6553
assets/syntaxes/Packages/Perl/Perl.sublime-syntax
@@ -828,7 +828,7 @@ contexts:
828
- match: \.{4,} # consume any dot sequence longer than 3 chars
829
- match: \.{3}
830
scope: constant.other.placeholder.text.perl
831
- - match: ~{3,} # consume any tild sequence longer than 2 chars
+ - match: ~{3,} # consume any tilde sequence longer than 2 chars
832
- match: ~{1,2}
833
834
- match: ([@^])[<|>*]+
0 commit comments