Mailinglist Archive: opensuse (3653 mails)
| < Previous | Next > |
Re: [SLE] elvis syntax highlighting
- From: Anders Dahlqvist <dahlqvist@xxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Thu, 13 Jun 2002 09:50:16 +0200
- Message-id: <200206130950.16868.dahlqvist@xxxxxxxxxxxxxxxxxxxxxxxx>
torsdagen den 13 juni 2002 09.09 skrev adam:
:: Hi All,
::
:: I was just wondering if anyone using elvis (vi clone) has managed to get
:: syntax highlighting working properly?
::
:: ive stuffed around with it for ages now ..even downloading and replacing
:: my elvis.syn file and still i only get black and white syntax highlighting
:: regardless of the terminal i use.
::
:: this is driving me nuts ..vim doesnt do hex editing as well as elvis, but
:: syntax highlighting works a treat! i know it works as ive seen screen
:: grabs of it.
::
:: someone please help
::
:: Adam
Quick fix:
Add the following lines to your /usr/lib/elvis/elvis.ini
color n white
color e green
color i magenta
color u blue
color f red
set ul=20
set ruler
set showmatch
set showmode
set autoindent
Gives a somewhat more rudimentary syntax colouring than vim, but works OK for
my python files.
Anders
--
University, n.:
Like a software house, except the software's free, and it's
usable, and it works, and if it breaks they'll quickly tell you how to
fix it, and ...
:: Hi All,
::
:: I was just wondering if anyone using elvis (vi clone) has managed to get
:: syntax highlighting working properly?
::
:: ive stuffed around with it for ages now ..even downloading and replacing
:: my elvis.syn file and still i only get black and white syntax highlighting
:: regardless of the terminal i use.
::
:: this is driving me nuts ..vim doesnt do hex editing as well as elvis, but
:: syntax highlighting works a treat! i know it works as ive seen screen
:: grabs of it.
::
:: someone please help
::
:: Adam
Quick fix:
Add the following lines to your /usr/lib/elvis/elvis.ini
color n white
color e green
color i magenta
color u blue
color f red
set ul=20
set ruler
set showmatch
set showmode
set autoindent
Gives a somewhat more rudimentary syntax colouring than vim, but works OK for
my python files.
Anders
--
University, n.:
Like a software house, except the software's free, and it's
usable, and it works, and if it breaks they'll quickly tell you how to
fix it, and ...
| < Previous | Next > |