summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-09 17:57:11 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2019-11-09 17:57:11 +0000
commit3dff73502addfe7525740db1352e23b35a6060e7 (patch)
tree99b4bcbd3faf4038ec6dff6c460b8c01c9796ce4 /lib
parent02876fb1bfc160d4cd1b7ba8505f986035ccb185 (diff)
downloadredmine-3dff73502addfe7525740db1352e23b35a6060e7.tar.gz
redmine-3dff73502addfe7525740db1352e23b35a6060e7.zip
cleanup: rubocop: fix Layout/EmptyLinesAroundAccessModifier in lib/redmine/syntax_highlighting.rb
git-svn-id: http://svn.redmine.org/redmine/trunk@19048 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib')
-rw-r--r--lib/redmine/syntax_highlighting.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/redmine/syntax_highlighting.rb b/lib/redmine/syntax_highlighting.rb
index b8bc6526f..03935705c 100644
--- a/lib/redmine/syntax_highlighting.rb
+++ b/lib/redmine/syntax_highlighting.rb
@@ -115,6 +115,7 @@ module Redmine
end
private
+
# Alias names used by CodeRay and not supported by Rouge
LANG_ALIASES = {
'delphi' => 'pascal',