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
|
\ noimplicitfloat
|
||||||
\ noinline
|
\ noinline
|
||||||
\ nonlazybind
|
\ nonlazybind
|
||||||
|
\ norecurse
|
||||||
\ noredzone
|
\ noredzone
|
||||||
\ noreturn
|
\ noreturn
|
||||||
\ nounwind
|
\ nounwind
|
||||||
|
|
Loading…
Reference in New Issue