blob: 32997c2d2d33740860f0ea54935eb70e8ac972ac [file] [log] [blame]
Wu, Zhenyu72d81a62024-04-08 22:19:06 +02001" Vim syntax file
2" Language: Zathurarc
3" Maintainer: Wu, Zhenyu <wuzhenyu@ustc.edu>
4" Documentation: https://pwmt.org/projects/zathura/documentation/
5" Upstream: https://github.com/Freed-Wu/zathurarc.vim
Wu, Zhenyuf21d28a2024-09-17 19:50:52 +02006" Latest Revision: 2024-09-16
Wu, Zhenyu72d81a62024-04-08 22:19:06 +02007
8if exists('b:current_syntax')
9 finish
10endif
11let b:current_syntax = 'zathurarc'
12
13syntax case match
14syntax iskeyword @,48-57,_,192-255,-
15
16syntax region zathurarcComment start="\%([ \t]*\&\([^\\]\zs\|^\)\)#" end="$"
17syntax match zathurarcBracket /[<>]/ contained
18syntax match zathurarcNotation `<[A-Z][a-z0-9]\+>` contains=zathurarcBracket
19syntax match zathurarcNumber `\<[0-9.]\>`
20syntax region zathurarcString start=`"` skip=`\\"` end=`"`
21syntax region zathurarcString start=`'` skip=`\\'` end=`'`
22syntax keyword zathurarcMode normal fullscreen presentation index
23syntax keyword zathurarcBoolean true false
24syntax keyword zathurarcCommand include map set unmap
Wu, Zhenyuf21d28a2024-09-17 19:50:52 +020025syntax 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
Wu, Zhenyu72d81a62024-04-08 22:19:06 +020026
27highlight default link zathurarcComment Comment
28highlight default link zathurarcNumber Number
29highlight default link zathurarcMode Macro
30highlight default link zathurarcString String
31highlight default link zathurarcBoolean Boolean
32" same as vim
33highlight default link zathurarcBracket Delimiter
34highlight default link zathurarcNotation Special
35highlight default link zathurarcCommand Statement
36highlight default link zathurarcOption PreProc
37" ex: nowrap