An open API service indexing awesome lists of open source software.

https://github.com/belltoy/prom.vim

Prometheus exposition format syntax for vim/neovim
https://github.com/belltoy/prom.vim

vim vim-plugin vim-syntax-highlighting

Last synced: 4 months ago
JSON representation

Prometheus exposition format syntax for vim/neovim

Awesome Lists containing this project

README

        

prom.vim
========

Syntax and highlight for [Prometheus](https://prometheus.io) plain text [exposition format](https://prometheus.io/docs/instrumenting/exposition_formats/).

## Installation

With Packer.nvim:

```lua
use('belltoy/prom.vim')
```

With vim-plug:

```vim
Plug 'belltoy/prom.vim'
```

After installed, your vim/nvim will automatically detect Prometheus exposition format files with `.prom` suffix.

## Highlight

Under the molokai theme:

![Screenshot](https://user-images.githubusercontent.com/225309/200156387-6907ab1b-bdeb-4615-8168-cfdab746c260.png)

## License

[MIT License](LICENSE). Copyright (c) 2022 belltoy.