Skip to content

Commit b850e36

Browse files
Update README
1 parent ba609d5 commit b850e36

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ Set-Location ./ClassExplorer
5656
./build.ps1
5757
```
5858

59+
## Formatting
60+
61+
This module includes some formatting with syntax highlighting for base types like `MemberInfo`, `Type` and also `PSMethod`:
62+
63+
![Formatting-Example](https://user-images.githubusercontent.com/24977523/164995977-61ccb2bb-a950-4822-bb2d-527153411107.png)
64+
65+
The colors for syntax highlighting is controlled by `PSReadLine` options. See [my dotfiles](https://github.com/SeeminglyScience/dotfiles/blob/d471cc564663d907e128d2bfb0aef454f6a59fa3/Documents/PowerShell/PSReadLine.ps1#L32-L55) for the configuration shown in these examples.
66+
5967
## Usage
6068

6169
### Find an accessible version of an abstract type

0 commit comments

Comments
 (0)