Skip to content

Syntax highlighting

Katherine Ye edited this page Apr 26, 2021 · 9 revisions

Official

This is occasionally updated with language changes. Drop us a line if something's broken.

Unofficial

May be out of date with language changes, so use at your own risk. Feel free to fork.

To install manually, put the three files above in .vim/syntax/, and add these lines to your .vimrc:

autocmd BufRead,BufNewFile *.dsl set filetype=dsl
autocmd BufRead,BufNewFile *.sub set filetype=sub
autocmd BufRead,BufNewFile *.sty set filetype=sty
Clone this wiki locally