aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorbfredl <bjorn.linse@gmail.com>2023-01-24 15:00:46 +0100
committerGitHub <noreply@github.com>2023-01-24 15:00:46 +0100
commita293598a97340d7c465a67b6a09a3e5895ef624a (patch)
tree36bbdcaedf04fa33af032f922be0b23d90773029 /runtime/doc/syntax.txt
parentc6ab8dfc15e0f6f1a805ce2145e2b4f0072b33d1 (diff)
parenta56dc7a7f6f4cae9461921cf9253152a40cd7619 (diff)
downloadrneovim-a293598a97340d7c465a67b6a09a3e5895ef624a.tar.gz
rneovim-a293598a97340d7c465a67b6a09a3e5895ef624a.tar.bz2
rneovim-a293598a97340d7c465a67b6a09a3e5895ef624a.zip
Merge pull request #21888 from leonerd/altfont
Support `altfont` as a term rendering attribute
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r--runtime/doc/syntax.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt
index b4afc3f233..bd5a4f1926 100644
--- a/runtime/doc/syntax.txt
+++ b/runtime/doc/syntax.txt
@@ -4958,7 +4958,8 @@ the same syntax file on all UIs.
*bold* *underline* *undercurl*
*underdouble* *underdotted*
*underdashed* *inverse* *italic*
- *standout* *nocombine* *strikethrough*
+ *standout* *strikethrough* *altfont*
+ *nocombine*
cterm={attr-list} *attr-list* *highlight-cterm* *E418*
attr-list is a comma-separated list (without spaces) of the
following items (in any order):
@@ -4973,6 +4974,7 @@ cterm={attr-list} *attr-list* *highlight-cterm* *E418*
inverse same as reverse
italic
standout
+ altfont
nocombine override attributes instead of combining them
NONE no attributes used (used to reset it)