jtpereyda / vim-windir

vim syntax for Windows directory listing (from command: dir /s /a)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vim Windir Syntax

Better skimming for Windows directory listings

Windir Example Screenshot

Vim colorization for for Windows directory listing, from Windows commands such as:

dir /s /a C:\ > c.windir

Installation

Copy windir.vim into ~/.vim/syntax/ and optionally add the following to ~/.vimrc:

au BufNewFile,BufReadPost *.windir  set filetype=windir

Reference

For help editing or creating your own syntax file, see: https://vim.fandom.com/wiki/Creating_your_own_syntax_files

About

vim syntax for Windows directory listing (from command: dir /s /a)

License:MIT License


Languages

Language:Vim Script 100.0%