mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2025-12-06 16:57:04 +08:00
Add "throw" built in function to vim syntax highlighting
This commit is contained in:
parent
e81b71ccc7
commit
791fd242e7
@ -35,7 +35,7 @@ syn keyword chaiscriptKeyword def true false attr
|
|||||||
syn keyword chaiscriptType fun var
|
syn keyword chaiscriptType fun var
|
||||||
|
|
||||||
"Built in funcs
|
"Built in funcs
|
||||||
syn keyword chaiscriptFunc eval
|
syn keyword chaiscriptFunc eval throw
|
||||||
|
|
||||||
"Let's treat all backtick operator function lookups as built in too
|
"Let's treat all backtick operator function lookups as built in too
|
||||||
syn match chaiscriptFunc "`.*`"
|
syn match chaiscriptFunc "`.*`"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user