lib/rouge/lexers/powershell.rb in rouge-1.9.1 vs lib/rouge/lexers/powershell.rb in rouge-1.10.0

- old
+ new

@@ -1,9 +1,9 @@ # -*- coding: utf-8 -*- # module Rouge module Lexers - load_const :Shell, 'shell.rb' + load_lexer 'shell.rb' class Powershell < Shell title 'powershell' desc 'powershell' tag 'powershell'