nfischer / vim-ohm

Ω Vim syntax highlighting for Ohm grammars

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim-Ohm

Vim syntax highlighting for Ohm grammars!

Vim screen shot

About

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.

What is Ohm?

Ohm is a language for prototyping programming languages. Check out the project on Github

Installation

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

Helper commands

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.

About

Ω Vim syntax highlighting for Ohm grammars

License:MIT License


Languages

Language:Vim Script 100.0%