runtime(zathurarc): add double-click-follow to syntax script
Commit:
https://github.com/vim/vim/commit/f21d28a5c72987d42d540290e5a77500ab1a4d7c
Author: Wu, Zhenyu <[email protected]>
Date: Tue Sep 17 19:50:52 2024 +0200
runtime(zathurarc): add double-click-follow to syntax script
closes: https://github.com/vim/vim/issues/15688
Signed-off-by: Christian Brabandt <[email protected]>
Signed-off-by: Wu, Zhenyu <[email protected]>
diff --git a/runtime/syntax/zathurarc.vim b/runtime/syntax/zathurarc.vim
index 5e0526d02..32997c2d2 100644
--- a/runtime/syntax/zathurarc.vim
+++ b/runtime/syntax/zathurarc.vim
@@ -3,7 +3,7 @@
" Maintainer: Wu, Zhenyu <[email protected]>
" Documentation: https://pwmt.org/projects/zathura/documentation/
" Upstream: https://github.com/Freed-Wu/zathurarc.vim
-" Latest Revision: 2024-04-02
+" Latest Revision: 2024-09-16
if exists('b:current_syntax')
finish
@@ -22,7 +22,7 @@ syntax region zathurarcString start=`'` skip=`\'` end=`'`
syntax keyword zathurarcMode normal fullscreen presentation index
syntax keyword zathurarcBoolean true false
syntax keyword zathurarcCommand include map set unmap
-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 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
+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
highlight default link zathurarcComment Comment
highlight default link zathurarcNumber Number
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/E1sqcUd-005a8X-0U%40256bit.org.