Skip to content

vim syntax highlighting for 65816, SuperFX and spc700 assembly

Notifications You must be signed in to change notification settings

ARM9/snes-syntax-vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 

Repository files navigation

Syntax highlighting for 65816, spc700 and SuperFX assembly, for the vim text editor.

Installing

Copy /syntax into ~/.vim or with Pathogen Clone this repo into your ~/.vim/bundle directory.

git clone https:/ARM9/snes-syntax-vim.git

Using

In your .vimrc:

au BufNewFile,BufRead *.asm,*.inc set filetype=snes

and/or put this line near the top or bottom of your assembly file(s):

; vim: ft=name

Where name is one of the following: 65816, spc700, gsu (for SuperFX) and snes for all of the above for ca65, or snes_bass for bass.

About

vim syntax highlighting for 65816, SuperFX and spc700 assembly

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published