summaryrefslogtreecommitdiff
path: root/utils/vim/syntax/llvm.vim
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-07-13 19:25:18 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-07-13 19:25:18 +0000
commitca089b24d48ef6fa8da2d0bb8c25bb802c4a95c0 (patch)
tree3a28a772df9b17aef34f49e3c727965ad28c0c93 /utils/vim/syntax/llvm.vim
parent9df3605dea17e84f8183581f6103bd0c79e2a606 (diff)
Notes
Diffstat (limited to 'utils/vim/syntax/llvm.vim')
-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