aboutsummaryrefslogtreecommitdiff
path: root/utils/vim
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-11 18:01:39 +0000
committerChris Lattner <sabre@nondot.org>2003-08-11 18:01:39 +0000
commit00a61d4fd4e2172e762669a3175992679ef3518a (patch)
tree4d38a911e79aeda57df6d98665286af7f0a7515d /utils/vim
parent115dc0deabe68b38613251c01fe06493a578b35c (diff)
Add .llx
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7732 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/vim')
-rw-r--r--utils/vim/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/vim/README b/utils/vim/README
index 8dc6b29741..6d103b5d48 100644
--- a/utils/vim/README
+++ b/utils/vim/README
@@ -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