summaryrefslogtreecommitdiff
path: root/utils/vim/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'utils/vim/syntax')
-rw-r--r--utils/vim/syntax/llvm.vim6
1 files changed, 5 insertions, 1 deletions
diff --git a/utils/vim/syntax/llvm.vim b/utils/vim/syntax/llvm.vim
index 22d688b14864..e795c7f62133 100644
--- a/utils/vim/syntax/llvm.vim
+++ b/utils/vim/syntax/llvm.vim
@@ -1,7 +1,7 @@
" Vim syntax file
" Language: llvm
" Maintainer: The LLVM team, http://llvm.org/
-" Version: $Revision: 294808 $
+" Version: $Revision: 307419 $
if version < 600
syntax clear
@@ -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