Syntax Highlighting
We need to highlight things to make them easier to find.
Structure
{
"Name": "custom",
"Components": {
"FirstWord": {
"ComponentMatch": "/(?:^|(?:[.!?]\\s))(\\w+)/",
"ComponentForegroundColor": "#00FF00",
"ComponentBackgroundColor": "#000000",
}
}
}Registration and unregistration
Usage in terminal reader settings
Saving the highlighter
Last updated