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

https://github.com/nylen/scripts-v

Script that pretty prints a file using vim's current syntax highlighting.
https://github.com/nylen/scripts-v

Last synced: about 2 months ago
JSON representation

Script that pretty prints a file using vim's current syntax highlighting.

Awesome Lists containing this project

README

          

# scripts-v

This package provides a script that prints a file using `vim`'s currently
configured syntax highlighting.

The script is packaged using `npm` for convenience.

## Installation

sudo npm install -g scripts-v

Similarly, to uninstall:

sudo npm rm -g scripts-v

## Scripts

### v

Print a file using `vim`'s currently configured syntax highlighting.