vimlistsyntax/README.md
2024-10-01 19:23:32 -07:00

17 lines
355 B
Markdown

# vimlistsyntax
Bash script which lists all available syntax hightlight styles for Vim.
- use Vim's :redir to output 'echo &rtp' to text file
- search Vim runtimepath (rtp) for .vim syntax definition files
## Installation
Copy `vimlistsyntax` to a chosen direcory in $PATH such as `$HOME/bin` or `/usr/local/bin`
## Usage
```bash
vimlistsyntax
```