44" Documentation: https://pwmt.org/projects/zathura/documentation/
55" Upstream: https://github.com/Freed-Wu/zathurarc.vim
66" Latest Revision: 2024-09-16
7+ " 2026 Apr 04 by Vim project: add page-v-padding and page-h-padding
78
89if exists (' b:current_syntax' )
910 finish
@@ -22,7 +23,33 @@ syntax region zathurarcString start=`'` skip=`\\'` end=`'`
2223syntax keyword zathurarcMode normal fullscreen presentation index
2324syntax keyword zathurarcBoolean true false
2425syntax keyword zathurarcCommand include map set unmap
25- syntax keyword zathurarcOption abort-clear-search adjust-open advance-pages-per-row completion-bg completion-fg completion-group-bg completion-group-fg completion-highlight-bg completion-highlight-fg continuous-hist-save database dbus-raise-window dbus-service default-bg default-fg double-click-follow exec-command filemonitor first-page-column font guioptions highlight-active-color highlight-color highlight-fg highlight-transparency incremental-search index-active-bg index-active-fg index-bg index-fg inputbar-bg inputbar-fg link-hadjust link-zoom n-completion-items notification-bg notification-error-bg notification-error-fg notification-fg notification-warning-bg notification-warning-fg page-cache-size page-padding page-right-to-left page-thumbnail-size pages-per-row recolor recolor-darkcolor recolor-keephue recolor-lightcolor recolor-reverse-video render-loading render-loading-bg render-loading-fg sandbox scroll-full-overlap scroll-hstep scroll-page-aware scroll-step scroll-wrap search-hadjust selection-clipboard selection-notification show-directories show-hidden show-recent statusbar-basename statusbar-bg statusbar-fg statusbar-h-padding statusbar-home-tilde statusbar-page-percent statusbar-v-padding synctex synctex-editor-command vertical-center window-height window-icon window-icon-document window-title-basename window-title-home-tilde window-title-page window-width zoom-center zoom-max zoom-min zoom-step
26+ syntax keyword zathurarcOption abort- clear- search adjust- open advance- pages- per- row
27+ syntax keyword zathurarcOption completion- bg completion- fg completion- group- bg
28+ syntax keyword zathurarcOption completion- group- fg completion- highlight- bg
29+ syntax keyword zathurarcOption completion- highlight- fg continuous- hist- save database
30+ syntax keyword zathurarcOption dbus- raise- window dbus- service default- bg default- fg
31+ syntax keyword zathurarcOption double- click- follow exec- command filemonitor
32+ syntax keyword zathurarcOption first- page- column font guioptions highlight- active- color
33+ syntax keyword zathurarcOption highlight- color highlight- fg highlight- transparency
34+ syntax keyword zathurarcOption incremental- search index- active- bg index- active- fg index- bg
35+ syntax keyword zathurarcOption index- fg inputbar- bg inputbar- fg link- hadjust link- zoom
36+ syntax keyword zathurarcOption n- completion- items notification- bg notification- error- bg
37+ syntax keyword zathurarcOption notification- error- fg notification- fg
38+ syntax keyword zathurarcOption notification- warning- bg notification- warning- fg
39+ syntax keyword zathurarcOption page- cache- size page- h- padding page- v- padding
40+ syntax keyword zathurarcOption page- right- to- left page- thumbnail- size pages- per- row recolor
41+ syntax keyword zathurarcOption recolor- darkcolor recolor- keephue recolor- lightcolor
42+ syntax keyword zathurarcOption recolor- reverse- video render- loading render- loading- bg
43+ syntax keyword zathurarcOption render- loading- fg sandbox scroll- full- overlap scroll- hstep
44+ syntax keyword zathurarcOption scroll- page- aware scroll- step scroll- wrap search- hadjust
45+ syntax keyword zathurarcOption selection- clipboard selection- notification show- directories
46+ syntax keyword zathurarcOption show- hidden show- recent statusbar- basename statusbar- bg
47+ syntax keyword zathurarcOption statusbar- fg statusbar- h- padding statusbar- home- tilde
48+ syntax keyword zathurarcOption statusbar- page- percent statusbar- v- padding synctex
49+ syntax keyword zathurarcOption synctex- editor- command vertical- center window- height
50+ syntax keyword zathurarcOption window- icon window- icon- document window- title- basename
51+ syntax keyword zathurarcOption window- title- home- tilde window- title- page window- width
52+ syntax keyword zathurarcOption zoom- center zoom- max zoom- min zoom- step
2653
2754highlight default link zathurarcComment Comment
2855highlight default link zathurarcNumber Number
0 commit comments