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 bfcddb2 commit 54f69d4Copy full SHA for 54f69d4
colorcoder.py
@@ -67,7 +67,7 @@ def on_load(self,view):
67
return
68
69
if view.size() > set.get('max_size') and not view.settings().get('forcecolorcode',False):
70
- sublime.status_message("File is too big, disabling colorcoding as it might hurt perfromance")
+ sublime.status_message("File is too big, disabling colorcoding as it might hurt performance")
71
colorcoder.remove_colorcode(view)
72
view.settings().set('colorcode',False)
73
0 commit comments