Skip to content

Commit

Permalink
Add throw and try to swift-mode.el.
Browse files Browse the repository at this point in the history
Swift SVN r28230
  • Loading branch information
adrian-prantl committed May 7, 2015
1 parent f18d802 commit 3382f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/swift-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'words) . font-lock-keyword-face)
;; Statements
`(,(regexp-opt '("if" "unless" "in" "else" "for" "do" "repeat" "while" "return"
"break" "continue" "switch" "case")
"break" "continue" "switch" "case" "throw" "try")
'words) . font-lock-keyword-face)
;; Expressions
`(,(regexp-opt '("new") 'words) . font-lock-keyword-face)
Expand Down

0 comments on commit 3382f06

Please sign in to comment.