Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 357 Bytes

Readme.md

File metadata and controls

12 lines (10 loc) · 357 Bytes

Vim syntax coloring for ANTLR files. Taken from ANTLR Share List

copy the file into ~/.vim/syntax and add au BufRead,BufNewFile *.g set syntax=antlr3 to your .vimrc (or .vimrc.local)

Alternatively you can checkout my fork of vim plugins, which already includes this syntax plugin.