summaryrefslogtreecommitdiff
path: root/utils/vim
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-07-07 18:28:45 +0000
committerCraig Topper <craig.topper@intel.com>2017-07-07 18:28:45 +0000
commit41cafc737b79e17cbe8525af1849526183a3b431 (patch)
tree9bd170737ba1eebc9e42b337a886de1d64ca260b /utils/vim
parentd73686e841203a46002793b1d3e5fe79794ae0dc (diff)
vim: add 'builtin', 'nobuiltin', 'nonnull', and 'speculatable' to the keyword list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@307419 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/vim')
-rw-r--r--utils/vim/syntax/llvm.vim4
1 files changed, 4 insertions, 0 deletions
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