From 8b19dbd8573ed0d70a5f977976c4cc5984ffec0e Mon Sep 17 00:00:00 2001 From: Anna Clemens Date: Wed, 16 Feb 2022 13:42:18 -0500 Subject: [PATCH] chore: fix highlight --- ipc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipc.md b/ipc.md index 27bbbf8..33c5521 100755 --- a/ipc.md +++ b/ipc.md @@ -5,7 +5,7 @@ Chat 2's IPC. Here's an example. -```c# +```cs public class ContextMenuIntegration { // This is used to register your plugin with the IPC. It will return an ID // that you should save for later.