diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-06-12 11:07:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-12 11:07:22 +0800 |
commit | d73910d7f6126441ffa432bc72c15827f9a0a90b (patch) | |
tree | 75a5f0608706b1f295098a86202950069d06919f | |
parent | af8001d10085479b5b7d9ac6d7505a030e620974 (diff) | |
download | rneovim-d73910d7f6126441ffa432bc72c15827f9a0a90b.tar.gz rneovim-d73910d7f6126441ffa432bc72c15827f9a0a90b.tar.bz2 rneovim-d73910d7f6126441ffa432bc72c15827f9a0a90b.zip |
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>
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
1 files 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. |