aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/syntax.txt
diff options
context:
space:
mode:
authorPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2023-01-19 23:18:21 +0000
committerPaul "LeoNerd" Evans <leonerd@leonerd.org.uk>2023-01-24 11:27:50 +0000
commitf3039ce531f49a63f8fd07317c1f957fb28fc6a7 (patch)
treeb9a8cd3eb625d33eca1752a7ba8102cd8613f4e7 /runtime/doc/syntax.txt
parentf5d357de553c1aa61cdb25b047f984f6414b1967 (diff)
downloadrneovim-f3039ce531f49a63f8fd07317c1f957fb28fc6a7.tar.gz
rneovim-f3039ce531f49a63f8fd07317c1f957fb28fc6a7.tar.bz2
rneovim-f3039ce531f49a63f8fd07317c1f957fb28fc6a7.zip
feat(highlight): define the concept of altfont as a (c)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)