sh 使用cat时shell的语法高亮显示。需要http://pygments.org/

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 使用cat时shell的语法高亮显示。需要http://pygments.org/相关的知识,希望对你有一定的参考价值。

alias ccat='pygmentize -g' # pygmented cat output

# pygmented and line numbered cat
alias ccat='pygmentize -g -O style=colorful,linenos=1'

以上是关于sh 使用cat时shell的语法高亮显示。需要http://pygments.org/的主要内容,如果未能解决你的问题,请参考以下文章

sh 在vim中启用puppet语法高亮显示

Ubuntu 16.04在使用vim编辑shell脚本时关键字没有颜色

sh 在Mac上安装Nano Editor v4.0(带语法高亮显示)

*nix Eclipse Shell 编辑器

用于 arXiv 的 Lua 语法高亮乳胶

使用cat和EOF生成 shell 脚本时会自动解析变量的解决办法