mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user