From 53368afb5bf2ac94d88050d5957fc80bb2e1ce64 Mon Sep 17 00:00:00 2001 From: Craig Topper Date: Fri, 7 Jul 2017 18:28:45 +0000 Subject: [PATCH] vim: add 'builtin', 'nobuiltin', 'nonnull', and 'speculatable' to the keyword list. llvm-svn: 307419 --- utils/vim/syntax/llvm.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/utils/vim/syntax/llvm.vim b/utils/vim/syntax/llvm.vim index ee768206aae..a073d623763 100644 --- a/utils/vim/syntax/llvm.vim +++ b/utils/vim/syntax/llvm.vim @@ -54,6 +54,7 @@ syn keyword llvmKeyword \ atomic \ available_externally \ blockaddress + \ builtin \ byval \ c \ catch @@ -105,10 +106,12 @@ syn keyword llvmKeyword \ naked \ nest \ noalias + \ nobuiltin \ nocapture \ noimplicitfloat \ noinline \ nonlazybind + \ nonnull \ norecurse \ noredzone \ noreturn @@ -134,6 +137,7 @@ syn keyword llvmKeyword \ signext \ singlethread \ source_filename + \ speculatable \ spir_func \ spir_kernel \ sret