1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00

[vim] Add token type to Vim syntax file.

llvm-svn: 256512
This commit is contained in:
Manuel Jacob 2015-12-28 19:51:04 +00:00
parent 7785be794b
commit 82359bb5a3

View File

@ -16,7 +16,7 @@ syn case match
" benefit as much from having dedicated highlighting rules.
syn keyword llvmType void half float double x86_fp80 fp128 ppc_fp128
syn keyword llvmType label metadata x86_mmx
syn keyword llvmType type label opaque
syn keyword llvmType type label opaque token
syn match llvmType /\<i\d\+\>/
" Instructions.