lib/rouge/lexers/vhdl.rb in rouge-3.5.1 vs lib/rouge/lexers/vhdl.rb in rouge-3.6.0

- old
+ new

@@ -57,10 +57,10 @@ rule %r/[box]?"[^"]*"/i, Str::Single rule %r/'[^']?'/i, Str::Char # Find Attributes rule %r/'#{id}/i, Name::Attribute - + # Punctuations rule %r/[(),:;]/, Punctuation # Boolean and NULL rule %r/(?:true|false|null)\b/i, Name::Builtin