Add syntax highlighting for switch/case/default

This commit is contained in:
Jonathan Turner
2012-05-17 13:59:43 -07:00
parent cebd2c9763
commit 7027f6b834
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ syn match chaiscriptNumber "\<0b[01]\+\>"
" Various language features
syn keyword chaiscriptCond if else
syn keyword chaiscriptRepeat while for do
syn keyword chaiscriptStatement break continue return
syn keyword chaiscriptStatement break continue return switch case default
syn keyword chaiscriptExceptions try catch throw
"Keyword