From 1747a3165edaa43a4ed0541525eca7077bc67dc6 Mon Sep 17 00:00:00 2001 From: Greg Jurman Date: Tue, 15 Apr 2014 23:30:04 -0400 Subject: [PATCH] Move things around for Pathogen and Vundle --- README.md | 10 ++++++++-- {vim-nc/ftdetect => ftdetect}/gcode.vim | 0 screenshot.png => readme/screenshot.png | Bin {vim-nc/syntax => syntax}/ngc.vim | 0 4 files changed, 8 insertions(+), 2 deletions(-) rename {vim-nc/ftdetect => ftdetect}/gcode.vim (100%) rename screenshot.png => readme/screenshot.png (100%) rename {vim-nc/syntax => syntax}/ngc.vim (100%) diff --git a/README.md b/README.md index 0ae7bc1..8333344 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,14 @@ vim-nc ====== -G-Code highlighting for VIM +G-Code highlighting for VIM. Differently colors things like T, M, and G codes +as well as X, Y, and Z axis movements (including incremental(I, J, K) and +world(U, V, W)). + +Originally created by Gary Fixler. Example with Solarized -![Vim Screenshot][../blob/master/screenshot.png?raw=true] +------ + +![Vim Screenshot](../master/readme/screenshot.png?raw=true) diff --git a/vim-nc/ftdetect/gcode.vim b/ftdetect/gcode.vim similarity index 100% rename from vim-nc/ftdetect/gcode.vim rename to ftdetect/gcode.vim diff --git a/screenshot.png b/readme/screenshot.png similarity index 100% rename from screenshot.png rename to readme/screenshot.png diff --git a/vim-nc/syntax/ngc.vim b/syntax/ngc.vim similarity index 100% rename from vim-nc/syntax/ngc.vim rename to syntax/ngc.vim