[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [DDTP] DDTP syntax file per vim.



On Tue, Nov 27, 2001 at 01:45:05PM +0100, Fabio Bonelli wrote:
> 
> Io l'ho fatto globalmente:
> 
> aggiungi una cosa del genere subito dopo l'ultimo "elseif" (e relativo "set)
> in $VIMRUNTIME/scripts.vim:
> 
> " DDTP
> elseif getline(1) =~ '^# Package(s):' || getline(2) =~ '^# Package(s):'
>  set ft=ddtp
> 
> Poi aggiungi "SynAu ddtp" a $VIMRUNTIME/syntax/synload.vim e butti il
> file di sintassi in $VIMRUNTIME/syntax/ddtp.vim.

Io ho fatto come hai scritto nelle due righe sopra, e ho aggiunto la
riga:
" DDTD (Debian Description Translation Project)
au BufNewFile,BufRead *.ddtp                    set ft=ddtp

nel file &VIMRUNTIME/filetype.vim

(senza quindi modificare il ddtp.vim) 

-- 
Saluti,
    Mardy
http://castellina.org/interlingua



Reply to: