From 1cc7f4d97aaa50189a830feecdfae62a49e8b3ec Mon Sep 17 00:00:00 2001 From: Martin Bielik Date: Sun, 5 Mar 2023 09:55:04 +0100 Subject: chat syntax highlighting --- syntax/aichat.vim | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 syntax/aichat.vim (limited to 'syntax') diff --git a/syntax/aichat.vim b/syntax/aichat.vim new file mode 100644 index 0000000..ecd8459 --- /dev/null +++ b/syntax/aichat.vim @@ -0,0 +1,5 @@ +syntax match aichatRole ">>> system" +syntax match aichatRole ">>> user" +syntax match aichatRole "<<< assistant" + +highlight default link aichatRole Comment -- cgit v1.2.3