[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vile] No syntax highlighting in gnome-terminal
From: |
Marc Simpson |
Subject: |
Re: [vile] No syntax highlighting in gnome-terminal |
Date: |
Sun, 6 Mar 2016 09:27:57 -0800 |
Hi Juan,
On Sun, Mar 6, 2016 at 9:10 AM, Juan Rafael García Blanco
<address@hidden> wrote:
> I've installed vile on my Fedora 23 machine. When I open a C source file, it
> loads cmode correctly, but I do not have any syntax coloring. I have checked
> that /usr/lib64/vile/vile-c-filt.so exists. I'm executing vile inside
> gnome-terminal 3.18.2. Am I missing something?
Try adding
source "filters.rc"
setv $autocolor-hook HighlightFilterMsg
setv $read-hook HighlightFilterMsg
set autocolor=2000
to your ~/.vilerc. (See
http://invisible-island.net/vile/vile-hlp.html#filter-debugging.)
Best,
Marc