runtime(lynx): Update for Lynx 2.8.9 (#13510)

Commit: 
https://github.com/vim/vim/commit/2c133f6c1a165a74678a89722ed8c42967c295e4
Author: dkearns <dougkea...@gmail.com>
Date:   Sun Nov 12 05:06:56 2023 +1100

    runtime(lynx): Update for Lynx 2.8.9 
(https://github.com/vim/vim/issues/13510)
    
    Signed-off-by: Christian Brabandt <c...@256bit.org>

diff --git a/runtime/ftplugin/lynx.vim b/runtime/ftplugin/lynx.vim
index b76c69f0a..bf8410d6a 100644
--- a/runtime/ftplugin/lynx.vim
+++ b/runtime/ftplugin/lynx.vim
@@ -1,7 +1,7 @@
 " Vim filetype plugin file
 " Language:    Lynx Web Browser Configuration
 " Maintainer:  Doug Kearns <dougkea...@gmail.com>
-" Last Change: 2022 Sep 09
+" Last Change: 2023 Nov 09
 
 if exists("b:did_ftplugin")
   finish
@@ -18,7 +18,7 @@ setlocal formatoptions-=t formatoptions+=croql
 let b:undo_ftplugin = "setl cms< com< fo<"
 
 if (has("gui_win32") || has("gui_gtk")) && !exists("b:browsefilter")
-  let b:browsefilter = "Lynx Configuration Files (lynx.cfg .lynxrc)    
lynx.cfg;.lynxrc
" ..
+  let b:browsefilter = "Lynx Configuration Files (lynx.cfg, .lynxrc)   
lynx.cfg;.lynxrc
" ..
        \              "All Files (*.*) *.*
"
   let b:undo_ftplugin ..= " | unlet! b:browsefilter"
 endif
diff --git a/runtime/syntax/lynx.vim b/runtime/syntax/lynx.vim
index fa7c26f62..fcaf923eb 100644
--- a/runtime/syntax/lynx.vim
+++ b/runtime/syntax/lynx.vim
@@ -1,9 +1,9 @@
 " Vim syntax file
-" Language:    Lynx configuration file (lynx.cfg)
+" Language:    Lynx Web Browser Configuration (lynx.cfg)
 " Maintainer:  Doug Kearns <dougkea...@gmail.com>
-" Last Change: 2013 Jun 20
+" Last Change: 2023 Nov 09
 
-" Lynx 2.8.7
+" Lynx 2.8.9
 
 if exists("b:current_syntax")
   finish
@@ -12,34 +12,35 @@ endif
 let s:cpo_save = &cpo
 set cpo&vim
 
-syn match lynxStart "^" transparent skipwhite nextgroup=lynxOption
+syn match lynxStart "^" skipwhite nextgroup=lynxOption
 
-syn match lynxComment "\(^\|\s\+\)#.*$" contains=lynxTodo
+syn match lynxComment "\%(^\|\s\+\)#.*" contains=lynxTodo
 
 syn keyword lynxTodo TODO NOTE FIXME XXX contained
 
-syn match lynxDelimiter ":" skipwhite 
nextgroup=lynxBoolean,lynxNumber,lynxNone,lynxRCOption
+syn match lynxDelimiter ":" skipwhite 
nextgroup=lynxBoolean,lynxHttpProtocol,lynxNumber,lynxNone,lynxRCOption
 
 syn case ignore
 syn keyword lynxBoolean TRUE FALSE ON OFF contained
-syn keyword lynxNone    NONE             contained
+syn keyword lynxNone   NONE              contained
 syn case match
 
-syn match lynxNumber "-\=\<\d\+\>" contained
+syn match lynxNumber      "-\=\<\d\+\>" contained
+syn match lynxHttpProtocol "\<1\.[01]\>" contained
 
 "{{{ Options
 syn case ignore
-syn keyword lynxOption ACCEPT_ALL_COOKIES ALERTSECS ALWAYS_RESUBMIT_POSTS
-       \ ALWAYS_TRUSTED_EXEC ANONFTP_PASSWORD ASSUMED_COLOR
-       \ ASSUMED_DOC_CHARSET_CHOICE ASSUME_CHARSET ASSUME_LOCAL_CHARSET
-       \ ASSUME_UNREC_CHARSET AUTO_SESSION AUTO_UNCACHE_DIRLISTS BAD_HTML
-       \ BIBP_BIBHOST BIBP_GLOBAL_SERVER BLOCK_MULTI_BOOKMARKS BOLD_H1
-       \ BOLD_HEADERS BOLD_NAME_ANCHORS BOOKMARK_FILE BROKEN_FTP_EPSV
-       \ BROKEN_FTP_RETR BZIP2_PATH CASE_SENSITIVE_ALWAYS_ON
-       \ CASE_SENSITIVE_SEARCHING CHARACTER_SET CHARSETS_DIRECTORY
-       \ CHARSET_SWITCH_RULES CHECKMAIL CHMOD_PATH COLLAPSE_BR_TAGS COLOR
-       \ COLOR_STYLE COMPRESS_PATH CONNECT_TIMEOUT COOKIE_ACCEPT_DOMAINS
-       \ COOKIE_FILE COOKIE_LOOSE_INVALID_DOMAINS
+syn keyword lynxOption ACCEPT_ALL_COOKIES ALERTSECS
+       \ ALWAYS_RESUBMIT_POSTS ALWAYS_TRUSTED_EXEC ANONFTP_PASSWORD
+       \ ASSUMED_COLOR ASSUMED_DOC_CHARSET_CHOICE ASSUME_CHARSET
+       \ ASSUME_LOCAL_CHARSET ASSUME_UNREC_CHARSET AUTO_SESSION
+       \ AUTO_UNCACHE_DIRLISTS BAD_HTML BIBP_BIBHOST BIBP_GLOBAL_SERVER
+       \ BLOCK_MULTI_BOOKMARKS BOLD_H1 BOLD_HEADERS BOLD_NAME_ANCHORS
+       \ BOOKMARK_FILE BROKEN_FTP_EPSV BROKEN_FTP_RETR BZIP2_PATH
+       \ CASE_SENSITIVE_ALWAYS_ON CASE_SENSITIVE_SEARCHING CHARACTER_SET
+       \ CHARSETS_DIRECTORY CHARSET_SWITCH_RULES CHECKMAIL CHMOD_PATH
+       \ COLLAPSE_BR_TAGS COLOR COLOR_STYLE COMPRESS_PATH CONNECT_TIMEOUT
+       \ COOKIE_ACCEPT_DOMAINS COOKIE_FILE COOKIE_LOOSE_INVALID_DOMAINS
        \ COOKIE_QUERY_INVALID_DOMAINS COOKIE_REJECT_DOMAINS COOKIE_SAVE_FILE
        \ COOKIE_STRICT_INVALID_DOMAINS COPY_PATH CSO_PROXY CSWING_PATH
        \ DEBUGSECS DEFAULT_BOOKMARK_FILE DEFAULT_CACHE_SIZE DEFAULT_COLORS
@@ -97,35 +98,45 @@ syn keyword lynxOption ACCEPT_ALL_COOKIES ALERTSECS 
ALWAYS_RESUBMIT_POSTS
        \ USE_FIXED_RECORDS USE_MOUSE USE_SELECT_POPUPS UUDECODE_PATH
        \ VERBOSE_IMAGES VIEWER VISITED_LINKS VI_KEYS VI_KEYS_ALWAYS_ON
        \ WAIS_PROXY XHTML_PARSING XLOADIMAGE_COMMAND ZCAT_PATH ZIP_PATH
+       \ TRIM_BLANK_LINES GUESS_SCHEME HTTP_PROTOCOL HTML5_CHARSETS
+       \ TRIM_BLANK_LINES PREFERRED_CONTENT_TYPE SSL_CLIENT_CERT_FILE
+       \ SSL_CLIENT_KEY_FILE MAX_URI_SIZE UNIQUE_URLS MESSAGE_LANGUAGE
+       \ CONV_JISX0201KANA WAIT_VIEWER_TERMINATION BLAT_MAIL ALT_BLAT_MAIL
+       \ DONT_WRAP_PRE TRACK_INTERNAL_LINKS FORCE_HTML HIDDENLINKS SHORT_URL
+       \ LISTONLY LIST_INLINE LOCALHOST WITH_BACKSPACES
        \ contained nextgroup=lynxDelimiter
 syn keyword lynxRCOption accept_all_cookies assume_charset auto_session
        \ bookmark_file case_sensitive_searching character_set
-       \ cookie_accept_domains cookie_file cookie_loose_invalid_domains
-       \ cookie_query_invalid_domains cookie_reject_domains
+       \ collapse_br_tags cookie_accept_domains cookie_file
+       \ cookie_loose_invalid_domains cookie_query_invalid_domains
+       \ cookie_reject_domains cookie_strict_invalid_domain
        \ cookie_strict_invalid_domains dir_list_style display emacs_keys
        \ file_editor file_sorting_method force_cookie_prompt force_ssl_prompt
-       \ ftp_passive kblayout keypad_mode lineedit_mode locale_charset
-       \ make_links_for_all_images make_pseudo_alts_for_inlines
-       \ multi_bookmark no_pause personal_mail_address preferred_charset
-       \ preferred_encoding preferred_language preferred_media_types raw_mode
-       \ run_all_execution_links run_execution_links_on_local_files scrollbar
-       \ select_popups send_useragent session_file set_cookies show_color
-       \ show_cursor show_dotfiles show_kb_rate sub_bookmarks tagsoup
-       \ underline_links user_mode useragent verbose_images vi_keys
-       \ visited_links
+       \ ftp_passive html5_charsets http_protocol kblayout keypad_mode
+       \ lineedit_mode locale_charset make_links_for_all_images
+       \ make_pseudo_alts_for_inlines multi_bookmark no_pause
+       \ personal_mail_address preferred_charset preferred_encoding
+       \ preferred_language preferred_media_types raw_mode
+       \ run_all_execution_links run_execution_links_local
+       \ run_execution_links_on_local_files scrollbar select_popups
+       \ send_useragent session_file set_cookies show_color show_cursor
+       \ show_dotfiles show_kb_rate sub_bookmarks tagsoup underline_links
+       \ useragent user_mode verbose_images vi_keys visited_links
        \ contained nextgroup=lynxDelimiter
 syn case match
 " }}}
 
 " cfg2html.pl formatting directives
 syn match lynxFormatDir  "^\.h\d\s.*$"
-syn match lynxFormatDir  "^\.\(ex\|nf\)\(\s\+\d\+\)\=$"
+syn match lynxFormatDir  "^\.\%(ex\|nf\)\%(\s\+\d\+\)\=$"
 syn match lynxFormatDir  "^\.fi$"
+syn match lynxFormatDir  "^\.url\>"
 
 hi def link lynxBoolean                Boolean
 hi def link lynxComment                Comment
 hi def link lynxDelimiter      Special
 hi def link lynxFormatDir      Special
+hi def link lynxHttpProtocol   Constant
 hi def link lynxNone           Constant
 hi def link lynxNumber         Number
 hi def link lynxOption         Identifier
@@ -137,4 +148,4 @@ let b:current_syntax = "lynx"
 let &cpo = s:cpo_save
 unlet s:cpo_save
 
-" vim: ts=8 fdm=marker:
+" vim: nowrap sw=2 sts=2 ts=8 noet fdm=marker:

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/E1r1sVl-001Dww-Pn%40256bit.org.

Raspunde prin e-mail lui