neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit d73910d7f6126441ffa432bc72c15827f9a0a90b
parent af8001d10085479b5b7d9ac6d7505a030e620974
Author: zeertzjq <zeertzjq@outlook.com>
Date:   Wed, 12 Jun 2024 11:07:22 +0800

vim-patch:b4e648a: runtime(doc): fix typos in syntax.txt (#29293)

https://github.com/vim/vim/commit/b4e648a0066940e0e8b513ff2e7347b5a3473694

Co-authored-by: Ken Takata <kentkt@csc.jp>
Diffstat:
Mruntime/doc/syntax.txt | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 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.