Syntax highlighting for the Alan Programming Language.
vim-alan follows the standard runtime path structure. Below are some helper lines for popular package managers:
- Vim 8 Packages
git clone https://github.com/alantech/vim-alan ~/.vim/pack/plugins/start/vim-alan
- Pathogen
git clone https://github.com/alantech/vim-alan ~/.vim/bundle/vim-alan
- vim-plug
Plug 'alantech/vim-alan'
- Vundle
Plugin 'alantech/vim-alan'
This package provides syntax highlighting for Alan's ln
source files, as well as the Alan-- amm
intermediate format and the Alan Graphcode Assembler aga
intermediate format.
MIT