runtime(doc): fix typos in syntax.txt
Signed-off-by: Ken Takata <kentkt@csc.jp> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
40c1c3317d
commit
b4e648a006
@ -937,10 +937,10 @@ Configuration
|
|||||||
The following variables control certain syntax highlighting features.
|
The following variables control certain syntax highlighting features.
|
||||||
You can add them to your .vimrc.
|
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"
|
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"
|
let g:astro_stylus = "enable"
|
||||||
<
|
<
|
||||||
NOTE: You need to install an external plugin to support stylus in astro files.
|
NOTE: You need to install an external plugin to support stylus in astro files.
|
||||||
|
|||||||
Reference in New Issue
Block a user