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 d913da9 commit 0462939Copy full SHA for 0462939
mode/perl/perl.js
@@ -788,7 +788,7 @@ CodeMirror.defineMode("perl",function(){
788
style:null,
789
tail:null};},
790
token:function(stream,state){
791
- return (state.tokenize||tokenPerl)(stream,state);},
+ return (state.tokenize||tokenPerl)(stream,state);}
792
};});
793
794
CodeMirror.registerHelper("wordChars", "perl", /[\w$]/);
0 commit comments