diff options
Diffstat (limited to 'syntax/aichat.vim')
| -rw-r--r-- | syntax/aichat.vim | 5 |
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 |