Skip to content
Snippets Groups Projects
Commit d913da99 authored by Marijn Haverbeke's avatar Marijn Haverbeke
Browse files

[perl mode] Remove electric chars

Issue #2870
parent 10d9bf11
Loading
...@@ -789,7 +789,7 @@ CodeMirror.defineMode("perl",function(){ ...@@ -789,7 +789,7 @@ CodeMirror.defineMode("perl",function(){
tail:null};}, tail:null};},
token:function(stream,state){ token:function(stream,state){
return (state.tokenize||tokenPerl)(stream,state);}, return (state.tokenize||tokenPerl)(stream,state);},
electricChars:"{}"};}); };});
CodeMirror.registerHelper("wordChars", "perl", /[\w$]/); CodeMirror.registerHelper("wordChars", "perl", /[\w$]/);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment