Skip to content

Commit

Permalink
Add _finally keyword to Magik lexer (#1365)
Browse files Browse the repository at this point in the history
This commit adds the `_finally` keyword to the Magik lexer.
  • Loading branch information
StevenLooman authored and pyrmont committed Nov 18, 2019
1 parent c75ec1a commit 3da22f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rouge/lexers/magik.rb
Expand Up @@ -22,7 +22,7 @@ def self.keywords
_throw
_lock _endlock
_if _then _elif _else _endif
_for _over _while _loop _endloop _loopbody _continue _leave
_for _over _while _loop _finally _endloop _loopbody _continue _leave
_return
_class
_local _constant _recursive _global _dynamic _import
Expand Down

0 comments on commit 3da22f9

Please sign in to comment.