dotfiles/vim/.vim/ftdetect/antlr.vim

4 lines
94 B
VimL
Raw Permalink Normal View History

2023-12-23 20:14:17 -07:00
au BufRead,BufNewFile *.g set filetype=antlr3
au BufRead,BufNewFile *.g4 set filetype=antlr4