Support tokenization tooltips in the C# mod

This commit is contained in:
2025-12-02 00:00:42 -07:00
parent 8aadb95f36
commit 0f1613d521
3 changed files with 14 additions and 2 deletions

View File

@@ -63,7 +63,9 @@ public static unsafe class SlangExtensions
colIndex,
token.length,
color,
token.token_kind
token.token_kind,
0,
token.tooltip.AsString()
);
string errMsg = token.error.AsString();