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