Contributed by Jean Jordaan
You can download two configuration files for the VIM editor:
Htmlpp syntax highlighting: htmlpp.vim
(3 Kbs.)
- Direct access to anchors: tags.vim
(3 Kbs.)
- It tags all lines of the form
.build anchor whatever[=title]
so that you can jump directly to the line using
:ta whate^I
where the ^I indicates a tab, and implies that there's autocompletion
on the anchor names.