Skip to content

WLA Assembly 65816 syntax highlighting for NVIM

Notifications You must be signed in to change notification settings

AmNotOnline/wla-nvim

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

wla-vim

This plugin offers syntax highlighting for 6502/65816 assembly code to be compiled with WLA-DX. If you're only using it for 6502 code, it will not warn you when you are using a 65C02- or 65816-only instruction, and it will highlight it as if it were a valid instruction (I'm too dumb to actually check for things like that).

With Lunar Vim (which I use and can recommend), you can install this plugin by including AmNotOnline/wla-nvim in your lvim.plugins list like so:

lvim.plugins = {
    ...
    { "AmNotOnline/wla-nvim" },
    ...
}

About

WLA Assembly 65816 syntax highlighting for NVIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 100.0%