mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 03:37:59 +01:00
* [FilePreview] Use syntax highlighting for .srt * Change customTokenColors to customTokenThemeRules * Ignore text on the same line as a timestamp * Update tokenization rules
3 lines
104 B
JavaScript
3 lines
104 B
JavaScript
export const customTokenThemeRules = [
|
|
{token: 'custom-negation.gitignore', foreground: 'c00ce0'}
|
|
]; |