/vim-antlr

Syntax highlighter for ANTLR files in vim

Primary LanguageVim Script

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.