From d73910d7f6126441ffa432bc72c15827f9a0a90b Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 12 Jun 2024 11:07:22 +0800 Subject: [PATCH] vim-patch:b4e648a: runtime(doc): fix typos in syntax.txt (#29293) https://github.com/vim/vim/commit/b4e648a0066940e0e8b513ff2e7347b5a3473694 Co-authored-by: Ken Takata --- runtime/doc/syntax.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index ded5e46d07..8e38827e87 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -468,10 +468,10 @@ Configuration The following variables control certain syntax highlighting features. You can add them to your .vimrc. -To enables TypeScript and TSX for ".astro" files (default "disable"): > +To enable TypeScript and TSX for ".astro" files (default "disable"): > let g:astro_typescript = "enable" < -To enables Stylus for ".astro" files (default "disable"): > +To enable Stylus for ".astro" files (default "disable"): > let g:astro_stylus = "enable" < NOTE: You need to install an external plugin to support stylus in astro files.