Added LLVM copyright to Makefiles.
[oota-llvm.git] / utils / vim / README
index 8dc6b297419d68cba9159c1e1daeeb945b6f0945..af0949d85243352545efb79a0bed5d395447b869 100644 (file)
@@ -9,6 +9,7 @@ These are syntax highlighting files for the VIM editor. Included are:
 
   augroup filetype
     au! BufRead,BufNewFile *.ll     set filetype=llvm
+    au! BufRead,BufNewFile *.llx    set filetype=llvm
   augroup END
 
 * tablegen.vim
@@ -24,6 +25,10 @@ These are syntax highlighting files for the VIM editor. Included are:
 IMPORTANT: Making symlinks from ~/.vim/syntax/... to the syntax files in your
 LLVM source tree does not work, you DO need to copy the files directly.
 
+However, if you do not already have a ~/.vim/syntax/ directory, simply
+symlinking it to llvm/utils/vim will do the trick nicely, and you can stay
+up-to-date with CVS.
+
 Note: If you notice missing or incorrect syntax highlighting, please contact
 <llvmbugs [at] cs.uiuc.edu>; if you wish to provide a patch to improve the
 functionality, it will be most appreciated. Thank you.