Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 969 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 969 Bytes

vim-alan

Syntax highlighting for the Alan Programming Language.

Installation

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'

Examples

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.

ln

ln

amm

amm

aga

aga

License

MIT