From feb4d5defa640d6f8dd010622ab30054717a0156 Mon Sep 17 00:00:00 2001 From: Steven Looman Date: Mon, 18 Nov 2019 14:01:17 +0100 Subject: [PATCH] Add missing keyword _finally --- lib/rouge/lexers/magik.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/rouge/lexers/magik.rb b/lib/rouge/lexers/magik.rb index 53043f3f4e..0a3f47aa1b 100644 --- a/lib/rouge/lexers/magik.rb +++ b/lib/rouge/lexers/magik.rb @@ -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