PygmentSharp icon indicating copy to clipboard operation
PygmentSharp copied to clipboard

C# Port of Pygments syntax highlighter

Results 5 PygmentSharp issues
Sort by recently updated
recently updated
newest added

This is an implementation of the Java Lexer based on the original python version here: https://github.com/pygments/pygments/blob/master/pygments/lexers/jvm.py I also found that multi-line comments aren't matched correctly in this lexer or the...

- [ ] support lexer options - [ ] public means of using particular lexer?

It would be nice to ship a dotnet global tool using this so you could run `dotnet run pygmentize ` and print color highlighted files to the console. Since its...