https://github.com/nfischer/vim-ohm
Ω Vim syntax highlighting for Ohm grammars
https://github.com/nfischer/vim-ohm
ohm vim vim-syntax
Last synced: 12 months ago
JSON representation
Ω Vim syntax highlighting for Ohm grammars
- Host: GitHub
- URL: https://github.com/nfischer/vim-ohm
- Owner: nfischer
- License: mit
- Created: 2016-01-21T10:13:00.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-31T07:10:40.000Z (over 8 years ago)
- Last Synced: 2025-03-25T03:51:09.582Z (about 1 year ago)
- Topics: ohm, vim, vim-syntax
- Language: Vim script
- Homepage:
- Size: 19.5 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Vim-Ohm
Vim syntax highlighting for [Ohm grammars](https://github.com/harc/ohm)!

## 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](https://github.com/nfischer/vim-ohm/issues/new) and
I'll deal with it quickly.
## What is Ohm?
Ohm is a language for prototyping programming languages. Check out the project
[on Github](https://github.com/harc/ohm)
## Installation
### Using [vim-plug](https://github.com/junegunn/vim-plug) (recommended)
Put the following lines in your `vimrc` file:
```Vim
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](https://github.com/fatih/vim-go)). You can find
documentation on these commands and mappings from within vim by using `:help
vim-ohm`.