vim: fix syntax highlight on scratch buffer

This commit is contained in:
phanium
2025-04-18 02:16:27 +08:00
parent 2bcd76c3d9
commit 9bab900c75

View File

@@ -88,6 +88,7 @@ fn writeSyntax(writer: anytype) !void {
\\let s:cpo_save = &cpo
\\set cpo&vim
\\
\\syn iskeyword @,48-57,-
\\syn keyword ghosttyConfigKeyword
);