summaryrefslogtreecommitdiff
path: root/syntax/aichat.vim
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--syntax/aichat.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/syntax/aichat.vim b/syntax/aichat.vim
index ecd8459..1f32efb 100644
--- a/syntax/aichat.vim
+++ b/syntax/aichat.vim
@@ -1,5 +1,6 @@
syntax match aichatRole ">>> system"
syntax match aichatRole ">>> user"
+syntax match aichatRole ">>> include"
syntax match aichatRole "<<< assistant"
highlight default link aichatRole Comment