https://github.com/robroseknows/lark-vim
Vim syntax highlighting for Lark.
https://github.com/robroseknows/lark-vim
lark syntax-highlighting vim
Last synced: 6 days ago
JSON representation
Vim syntax highlighting for Lark.
- Host: GitHub
- URL: https://github.com/robroseknows/lark-vim
- Owner: RobRoseKnows
- License: mit
- Created: 2018-04-16T19:36:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T19:37:28.000Z (over 8 years ago)
- Last Synced: 2025-10-19T18:50:50.034Z (9 months ago)
- Topics: lark, syntax-highlighting, vim
- Language: Vim script
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Vim, syntax highlighting for ANTLR versions 3 and 4.
If you are using [VundleVim/Vundle.vim](https://github.com/VundleVim/Vundle.vim), add `Plugin 'dylon/vim-antlr'` to your `.vimrc` and install it via `:PluginInstall`. Otherwise, copy the files `antlr3.vim` and `antlr4.vim` into ~/.vim/syntax, and add the following to your `.vimrc`:
```vim
au BufRead,BufNewFile *.g set filetype=antlr3
au BufRead,BufNewFile *.g4 set filetype=antlr4
```