edc.vim: Added instructions
authoretrunko <etrunko>
Tue, 28 Aug 2012 12:17:51 +0000 (12:17 +0000)
committeretrunko <etrunko@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 28 Aug 2012 12:17:51 +0000 (12:17 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@75782 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

data/edc.vim

index 55e1f0b..5ab4809 100644 (file)
@@ -5,6 +5,14 @@
 
 " For version 5.x: Clear all syntax items
 " For version 6.x: Quit when a syntax file was already loaded
+"
+" Usage:
+" 1) Copy this file to $HOME/.vim/syntax/
+" 2) Paste the following line to your $HOME/.vimrc file to load the syntax
+"    automatically:
+"
+"    au BufNewFile,BufRead *.edc set syntax=edc
+"
 if version < 600
   syntax clear
 elseif exists("b:current_syntax")