Skip to content
Prev Previous commit
Next Next commit
Better Highlighting for Blocks
  • Loading branch information
riverdusty committed Jan 31, 2017
commit e4750cc3fa4e5b1d99b1d4585697a68a410ef2bc
2 changes: 1 addition & 1 deletion mode/smalltalk/smalltalk.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
mod(CodeMirror);
})(function(CodeMirror) {
"use strict";

CodeMirror.defineMode('smalltalk', function(config) {

var specialChars = /[+\-\/\\*~<>=@%|&?!.,:;^]/;
Expand Down