Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 570 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 570 Bytes

cranelift.vim

Description

This is a Vim plugin that provides Cranelift IR file detection and syntax highlighting.

Installation

With Vim8 packages:

git clone https://github.com/CraneStation/cranelift.vim ~/.vim/pack/plugins/start/cranelift.vim

With vim-plug, add this to your configuration file:

Plug 'CraneStation/cranelift.vim'