fedwire.vim

fedwire.vim provides Neovim syntax highlighting for FedWire messages, supporting both the legacy FAIM format and ISO 20022 XML (pacs.008, pacs.009, pacs.002, camt.056, camt.029).

File type detection is automatic for *.fedwire, *.fedwire.xml, and files containing recognized FedWire markers or ISO 20022 namespaces.

Requirements

Installation

Using lazy.nvim:

{ "https://git.sr.ht/~campbellr/fedwire.vim" }

Manual install: copy the lua/, plugin/, ftplugin/, and syntax/ directories from the repository into your Neovim config directory (~/.config/nvim/).

Git Repository

fedwire.vim is developed using the Git version control system. The official repository is hosted at https://git.sr.ht/~campbellr/fedwire.vim.

To clone the repository, run:

git clone https://git.sr.ht/~campbellr/fedwire.vim

For full details, see the README at https://git.sr.ht/~campbellr/fedwire.vim.

Contributing

Patches and bug reports welcome — see the repository for details.