forked from OSchip/llvm-project
vim: add `norecurse` attribute
Add missing attribute to the keyword set. llvm-svn: 284270
This commit is contained in:
parent
8ef2170775
commit
f1b1bfaf8c
|
@ -109,6 +109,7 @@ syn keyword llvmKeyword
|
|||
\ noimplicitfloat
|
||||
\ noinline
|
||||
\ nonlazybind
|
||||
\ norecurse
|
||||
\ noredzone
|
||||
\ noreturn
|
||||
\ nounwind
|
||||
|
|
Loading…
Reference in New Issue