cflow output colorful : to analyze the source codes more effectively by using GNU cflow
| script karma |
Rating 37/22,
Downloaded by 1569 |
Comments, bugs, improvements
|
Vim wiki
|
| created by |
| Yang Zhang |
| |
| script type |
| syntax |
| |
| description |
Regard cflow's output as a new language, thus we could highlight it's output to analyze the source code. so the file name suffix should be ".cflow", just like "cflow -o xxx.cflow"
The snapshot has been in the tarball
SNAPSHOT:
cyan -- functions defined ourself
purple -- variables defined ourself
red -- system functions
black -- system symbols
yellow -- file name
green -- type keywords in C
white -- something else
orange(fg) -- number
orange(bg) -- recursive functions
Enjoy it
|
| |
| install details |
STEP 1:
add "au BufNewFile,BufRead *.cflow setf cflow" in u ~/.vimrc
STEP 2:
move cflow.vim to ~/.vim/syntax |
| |
script versions (upload new version)
Click on the package to download.
ip used for rating: 216.73.216.107
|