vim: fix syntax highlight on scratch buffer

pull/7119/head
phanium 2025-04-18 02:16:27 +08:00
parent 2bcd76c3d9
commit 9bab900c75
1 changed files with 1 additions and 0 deletions

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
);