https://github.com/bfontaine/omgrofl.vim
Vim syntax file for the Omgrofl language
https://github.com/bfontaine/omgrofl.vim
omgrofl vim
Last synced: about 1 year ago
JSON representation
Vim syntax file for the Omgrofl language
- Host: GitHub
- URL: https://github.com/bfontaine/omgrofl.vim
- Owner: bfontaine
- License: mit
- Created: 2012-08-19T10:40:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-10-02T20:29:47.000Z (over 13 years ago)
- Last Synced: 2025-03-23T23:43:41.338Z (over 1 year ago)
- Topics: omgrofl, vim
- Language: VimL
- Size: 102 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
omgrofl.vim
===========
This is a Vim syntax file for the [Omgrofl](http://esolangs.org/wiki/omgrofl)
language.
Install
-------
```bash
wget https://raw.github.com/bfontaine/omgrofl.vim/master/omgrofl.vim \
-O ~/.vim/syntax/
```
Add the following line to your `.vimrc`:
```vim
au BufNewFile,BufRead *.omgrofl set ft=omgrofl
```
Changelog
---------
* 2012-08-22: support added for the `nope` keyword, negative numbers removed
* 2012-08-18: initial upload