From 2c1ebc37b2b92ff0d6197b543d02584e28005ee8 Mon Sep 17 00:00:00 2001 From: Martin Grenfell Date: Tue, 12 May 2015 20:57:49 +0100 Subject: [PATCH] add an FAQ about highlighting file with certain extensions Closes #433 --- README.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.markdown b/README.markdown index 880079a..851071e 100644 --- a/README.markdown +++ b/README.markdown @@ -101,3 +101,7 @@ Stick this in your vimrc to open NERDTree with `Ctrl+n` (you can set whatever ke Stick this in your vimrc: `autocmd bufenter * if (winnr("$") == 1 && exists("b:NERDTreeType") && b:NERDTreeType == "primary") | q | endif` + +> Can I have different highlighting for different file extensions? + +See here: https://github.com/scrooloose/nerdtree/issues/433#issuecomment-92590696