lib/rouge/lexers/powershell.rb in rouge-1.10.1 vs lib/rouge/lexers/powershell.rb in rouge-1.11.0
- old
+ new
@@ -8,10 +8,10 @@
title 'powershell'
desc 'powershell'
tag 'powershell'
aliases 'posh'
filenames '*.ps1', '*.psm1', '*.psd1'
- mimetypes 'text/plain'
+ mimetypes 'text/x-powershell'
ATTRIBUTES = %w(
CmdletBinding ConfirmImpact DefaultParameterSetName HelpURI SupportsPaging
SupportsShouldProcess PositionalBinding
).join('|')