lib/rouge/lexers/dart.rb in rouge-4.1.3 vs lib/rouge/lexers/dart.rb in rouge-4.2.0

- old
+ new

@@ -16,10 +16,10 @@ in is new rethrow return super switch this throw try while when with yield ) declarations = %w( abstract base async dynamic const covariant external extends factory final get implements - inline interface late native on operator required sealed set static sync typedef var + interface late native on operator required sealed set static sync typedef var ) types = %w(bool Comparable double Dynamic enum Function int List Map Never Null num Object Pattern Record Set String Symbol Type Uri void) imports = %w(import deferred export library part\s*of part source)