rollxx / vim-antlr

Syntax highlighter for ANTLR files in vim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Syntax highlighter for ANTLR files in vim


Languages

Language:Vim Script 100.0%