Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tomm/vim-ez80

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vim-ez80

Vim syntax for EZ80 assembler (https://github.com/envenomator/agon-ez80asm/).

Plugin installation

Plug 'tomm/vim-ez80'

Manual installation

Run the following commands to install eZ80 syntax highlighting for the current user:

cd ~
git clone https://github.com/tomm/vim-ez80.git
cd vim-ez80
cp -r ftdetect ftplugin syntax ~/.vim

Default file extension

*.z80

Example config

autocmd Filetype asm setlocal ts=8 sw=8 noexpandtab
autocmd BufNewFile,BufRead *.asm set filetype=ez80

About

Vim syntax plugin for ez80asm

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%