mirror of
https://github.com/zoriya/vim.git
synced 2026-06-06 21:23:57 +00:00
runtime(doc): Fix small style issues
closes: #14942 Signed-off-by: h-east <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
5674c9a7de
commit
9c4389acc3
@@ -1,4 +1,4 @@
|
||||
*syntax.txt* For Vim version 9.1. Last change: 2024 Jun 05
|
||||
*syntax.txt* For Vim version 9.1. Last change: 2024 Jun 09
|
||||
|
||||
|
||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||
@@ -935,14 +935,14 @@ ASTRO *astro.vim* *ft-astro-syntax*
|
||||
Configuration
|
||||
|
||||
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"): >
|
||||
let g:astro_typescript = "enable"
|
||||
<
|
||||
Enables TypeScript and TSX for ".astro" files. Default Value: "disable" >
|
||||
To enables Stylus for ".astro" files (default "disable"): >
|
||||
let g:astro_stylus = "enable"
|
||||
<
|
||||
Enables Stylus for ".astro" files. Default Value: "disable"
|
||||
|
||||
NOTE: You need to install an external plugin to support stylus in astro files.
|
||||
|
||||
|
||||
@@ -1909,7 +1909,7 @@ Note: Syntax folding might slow down syntax highlighting significantly,
|
||||
especially for large files.
|
||||
|
||||
|
||||
HTML/OS (by Aestiva) *htmlos.vim* *ft-htmlos-syntax*
|
||||
HTML/OS (BY AESTIVA) *htmlos.vim* *ft-htmlos-syntax*
|
||||
|
||||
The coloring scheme for HTML/OS works as follows:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user