]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): fix typos in syntax.txt
authorKen Takata <kentkt@csc.jp>
Tue, 11 Jun 2024 17:45:32 +0000 (19:45 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 11 Jun 2024 17:45:53 +0000 (19:45 +0200)
Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/syntax.txt

index 9d8af85f6759d04eae7a2e77105a41fa5656b284..d09a6c6ee00245e7e5ab9021a9442ee5e914e180 100644 (file)
@@ -937,10 +937,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.