Vim syntax highlighting for Ohm grammars!
This contains the vim syntax file for .ohm
files.
Like it? Let me know by giving it a star on Github. This is still under active development, so if you find any bugs or have any feature requests, please let me know by filing an issue and I'll deal with it quickly.
Ohm is a language for prototyping programming languages. Check out the project on Github
Using vim-plug (recommended)
Put the following lines in your vimrc
file:
Plug 'nfischer/vim-ohm'
syntax on
set background=dark " recommended for terminals with a dark background
This plugin now provides some helper commands for navigating around the files
(inspired by vim-go). You can find
documentation on these commands and mappings from within vim by using :help vim-ohm
.