You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to be able to highlight powershell scripts but with the 3.5.0 update this afternoon, even very simple code samples now seem to fail. Example:
# Convert any text file to ASCIIparam( [string] $infile=$(throw"Please specify a filename.") )
$outfile="$infile.ascii"get-content-path $infile|out-file$outfile-encoding ascii
@jpmarceau Sorry about that. I'm pretty sure this is from a change to the Shell superclass. I think I know how to fix the PowerShell lexer to use the new states. I'll test and update.
I used to be able to highlight powershell scripts but with the 3.5.0 update this afternoon, even very simple code samples now seem to fail. Example:
00:02:39.671 �[31m Conversion error: Jekyll::Converters::Markdown encountered an error while converting 'collections/mydocument.md':�[0m
00:02:39.671 �[31m unknown state: :paren�[0m
00:02:39.671 jekyll 3.7.0 | Error: unknown state: :paren
Thank you :)
The text was updated successfully, but these errors were encountered: