summaryrefslogtreecommitdiff
path: root/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'syntax')
-rw-r--r--syntax/aichat.vim5
1 files changed, 5 insertions, 0 deletions
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