diff options
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/utils/vim/syntax/llvm.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/utils/vim/syntax/llvm.vim b/llvm/utils/vim/syntax/llvm.vim index ee768206aae..a073d623763 100644 --- a/llvm/utils/vim/syntax/llvm.vim +++ b/llvm/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 |