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
- Host: GitHub
- URL: https://github.com/belltoy/prom.vim
- Owner: belltoy
- License: mit
- Created: 2022-11-06T05:33:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-06T06:00:20.000Z (over 2 years ago)
- Last Synced: 2025-01-12T11:29:58.397Z (5 months ago)
- Topics: vim, vim-plugin, vim-syntax-highlighting
- Language: Vim Script
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

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