Changes

How to use VIM for CrossDev

24 bytes added, 08:39, 12 September 2008
[[http://www.vim.org/ | VIM]] is a really powerful Unix Text Editor.
In my mind, it It is really adapted in order to edit the most suitable editor for cross developping CPC projects on UNIX. The aim of this page is to give some informations in order to be really get started and efficiently productive with this tool. <br>
= VIM usage =
= VIM configuration =(to be written later)
= VIM configuration =
== Z80 syntax highlight file ==
Here is my Z80 highlight file. I don't rembember where I found the original, but I adapted it to the [[SjasmPlus]] syntax and meta-instructions.
Here is my Z80 highlight file. I don't rembember where I found the original, but I adapted it to the [[SJASMPlus]] syntax and meta-instructions.
Put this file at ~/.vim/syntax/z80.vim
 
<pre>syn case ignore
" vim: ts=8
</pre>
== Z80 files detection ==
1,145
edits