Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yi-tseng/vim-language-p4
P4 syntax highlighting for VIM editor
https://github.com/yi-tseng/vim-language-p4
Last synced: 19 days ago
JSON representation
P4 syntax highlighting for VIM editor
- Host: GitHub
- URL: https://github.com/yi-tseng/vim-language-p4
- Owner: Yi-Tseng
- License: mit
- Created: 2016-07-27T09:02:59.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-16T00:08:26.000Z (about 6 years ago)
- Last Synced: 2024-10-15T09:50:41.602Z (2 months ago)
- Language: Vim script
- Size: 8.79 KB
- Stars: 20
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
P4 syntax highlighting for vim
====## About P4:
P4 is a declarative language for expressing how packets are processed by the pipeline of a network forwarding element such as a switch, NIC, router or network function appliance. (P4 spec)For more information, please see [p4.org](http://p4.org)
## How to install:
```bash
$ curl -o- -L https://raw.githubusercontent.com/TakeshiTseng/vim-language-p4/master/install.sh | bash
```## License
MIT