Add .llx
authorChris Lattner <sabre@nondot.org>
Mon, 11 Aug 2003 18:01:39 +0000 (18:01 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 11 Aug 2003 18:01:39 +0000 (18:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7732 91177308-0d34-0410-b5e6-96231b3b80d8

utils/vim/README

index 8dc6b297419d68cba9159c1e1daeeb945b6f0945..6d103b5d48554a700616d3730a4afddb72d6fc4f 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