Add support for colorized comments

This commit is contained in:
2025-12-09 17:38:35 -07:00
parent f60c9b32a8
commit 46500a456a
2 changed files with 44 additions and 0 deletions

View File

@@ -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;