Luc Hermitte's VIM HTML ftplugins | Monday 25th August 2003 |
ML_set.vim <raw file> |
I plan to define in this file a set of different custom
mappings for handling ML files -- understand XML,
SGML, HTML, etc.. So, it is needed by
html.set . Actually, only one function is
working ; CloseTag() is not yet ready.
To be used in conjunction with common_brackets.vim .
|
html_set.vim <raw file> help on : <C-F1> |
This file defines a set of macros quite useful to edit HTML
files. Actually, an important number of the macros come from
other well known script files. I do not propose an extensive
tour of all the HTML tags. But, I handle well normal
and visual mode -- the corresponding macros write the HTML tags
around the current word or the selected text. As a bonus, many
macros are mapped on the same keys than those defined in
tex.set . See for instance html 2 from Jano's VIM Macro Page for other interesting stuff regarding HTML editing. Require help.vim and
misc_map.vim .
|
php_set.vim <raw file> |
A few more customizations for PHP coding. |
Back to the ftplugins page | hermitte at free.fr |