Closed seth1002 closed 8 years ago
Hello, did you set "syntax on" in your vimrc ?
Or are you sure that your terminal and vim supports 256 colors ?
for your terminal check the result of the command tput colors
in your vimrc, you can add set t_Co=256
If not, maybe you can use gvim.
yes, i checked.
if has("syntax") syntax on endif
i can get color code with "i"
python3 ./reverse.py -i ... >>x EP
And do you have colors if you open the file "reverse.py" with vim ? Maybe you need another package on your distrib.
hi, yes. i have colors when i open any python script file. gvim works fine. somehow, it just doesn't work with vim. thank you. i will keep trying
hello,
"vim dowhile1.bin.rev -S dowhile1.bin.vim" output without color in vim. i there anything wrong i did?
dowhile1.bin.vim
syn keyword RevKeywords infiniteloop function goto if else loop and syn keyword RevTypes int8_t int16_t int32_t int64_t
hi RevAddr_1 ctermfg=114 guifg=#87d787