From 3da22f94828c0b5114e0697e8cc47f384fc50efe Mon Sep 17 00:00:00 2001 From: Steven Looman Date: Mon, 18 Nov 2019 14:19:58 +0100 Subject: [PATCH] Add _finally keyword to Magik lexer (#1365) This commit adds the `_finally` keyword to the Magik lexer. --- 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