Skip to content

Commit d913da9

Browse files
committed
[perl mode] Remove electric chars
Issue #2870
1 parent 10d9bf1 commit d913da9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/perl/perl.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ CodeMirror.defineMode("perl",function(){
789789
tail:null};},
790790
token:function(stream,state){
791791
return (state.tokenize||tokenPerl)(stream,state);},
792-
electricChars:"{}"};});
792+
};});
793793

794794
CodeMirror.registerHelper("wordChars", "perl", /[\w$]/);
795795

0 commit comments

Comments
 (0)