lib/rouge/lexers/velocity.rb in rouge-3.24.0 vs lib/rouge/lexers/velocity.rb in rouge-3.25.0
- old
+ new
@@ -61,10 +61,10 @@
rule %r/"(\\\\|\\"|[^"])*"/, Str::Double
rule %r/'(\\\\|\\'|[^'])*'/, Str::Single
rule %r/0[xX][0-9a-fA-F]+[Ll]?/, Num::Hex
rule %r/\b[0-9]+\b/, Num::Integer
rule %r/(true|false|null)\b/, Keyword::Constant
- rule %r/[(\[]/, Punctuation, :push!
+ rule %r/[(\[]/, Punctuation, :push
rule %r/[)\]}]/, Punctuation, :pop!
end
end
end
end