diff options
author | Trevor Strieber <trevor@strieber.org> | 2014-05-08 14:19:37 -0400 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-05-24 08:35:54 +0200 |
commit | 8355233f7fc055d8446c7ebf50569202fa5bd1f5 (patch) | |
tree | c43ae8ef4be76d08c009c7f8518ec40cf40d12f5 | |
parent | 0b4bf905f50191c885315eec5536a973ea96b4cf (diff) | |
download | zsh-8355233f7fc055d8446c7ebf50569202fa5bd1f5.tar.gz zsh-8355233f7fc055d8446c7ebf50569202fa5bd1f5.tar.bz2 zsh-8355233f7fc055d8446c7ebf50569202fa5bd1f5.zip |
Fixing typo.
-rw-r--r-- | plugins/colorize/colorize.plugin.zsh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/colorize/colorize.plugin.zsh b/plugins/colorize/colorize.plugin.zsh index 0696607d9..dc0947d4f 100644 --- a/plugins/colorize/colorize.plugin.zsh +++ b/plugins/colorize/colorize.plugin.zsh @@ -1,4 +1,4 @@ -# Plugin for highligthing file content +# Plugin for highlighting file content # Plugin highlights file content based on the filename extension. # If no highlighting method supported for given extension then it tries # guess it by looking for file content. @@ -25,4 +25,4 @@ colorize_via_pygmentize() { pygmentize -g "$FNAME" fi done -}
\ No newline at end of file +} |