mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
af8001d100
commit
d73910d7f6
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user