Add "throw" built in function to vim syntax highlighting

This commit is contained in:
Jason Turner 2010-03-30 16:38:20 +00:00
parent e81b71ccc7
commit 791fd242e7

View File

@ -35,7 +35,7 @@ syn keyword chaiscriptKeyword def true false attr
syn keyword chaiscriptType fun var
"Built in funcs
syn keyword chaiscriptFunc eval
syn keyword chaiscriptFunc eval throw
"Let's treat all backtick operator function lookups as built in too
syn match chaiscriptFunc "`.*`"