Openmoko : Vi color syntax highlighting for .edc and others
Le 28-11-2008 à 20:57 par erwin.Dans Page d'accueil
Nombre de commentaires : 0
It’s just like any linux system and you will have highlighting for plenty of languages :
opkg install vim vim-syntax
and after a :
vim myfile.py
:syntax on
If you code with EFL, use edc.vim for templates :
mkdir -p ~/.vim/syntax
cd ~/.vim
wget http://jeru.org/~nicollet/filetype.vim.html
wget http://svn.enlightenment.org/svn/e/trunk/edje/data/edc.vim