Mercurial > vim
changeset 35377:763784b5860b
runtime(doc): fix typos in syntax.txt
Commit: https://github.com/vim/vim/commit/b4e648a0066940e0e8b513ff2e7347b5a3473694
Author: Ken Takata <kentkt@csc.jp>
Date: Tue Jun 11 19:45:32 2024 +0200
runtime(doc): fix typos in syntax.txt
Signed-off-by: Ken Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 11 Jun 2024 20:00:02 +0200 |
parents | 570c9df322bb |
children | 105d15aef7dd |
files | runtime/doc/syntax.txt |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -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.