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

b4e648a006

Co-authored-by: Ken Takata <kentkt@csc.jp>
This commit is contained in:
zeertzjq 2024-06-12 11:07:22 +08:00 committed by GitHub
parent af8001d100
commit d73910d7f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.