Add support for colorized comments
This commit is contained in:
@@ -134,6 +134,9 @@ public static unsafe class SlangExtensions
|
||||
case 7: // (punctuation)
|
||||
return SlangFormatter.ColorDefault;
|
||||
|
||||
case 8: // Comments
|
||||
return SlangFormatter.ColorComment;
|
||||
|
||||
case 10: // (syscalls)
|
||||
return SlangFormatter.ColorFunction;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user