Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 619 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 619 Bytes

cs259.vim

Vim syntax highlighting to help the coursework for CS259 at the University of Warwick.

Installation

To install, add farbodsz/cs259.vim using your plugin manager of choice. For example, for vim-plug add:

Plug 'farbodsz/cs259.vim'

to your .vimrc or equivalent.

Usage

The plugin detects files with a .cs259 extension.

Alternatively, open any file (e.g. text file) in Vim and run:

:set ft=cs259