lib/rouge/lexers/tulip.rb in rouge-3.2.1 vs lib/rouge/lexers/tulip.rb in rouge-3.3.0

- old
+ new

@@ -1,4 +1,6 @@ +# frozen_string_literal: true + module Rouge module Lexers class Tulip < RegexLexer desc 'the tulip programming language (twitter.com/tuliplang)' tag 'tulip'